Related Issues

Related issues show the issues that are suitable for the query determined by jql for corresponding issue on the issue panel. Each jql query to be used for related issues is created with a title and each title represents the jql generated for it. Multiple different jql queries can be created with its titles in the project settings. The related issues table in the issue panel is displayed with a title. The jql to be applied for related issues can be switched by selecting the other title with the three dots next to the title of the table. Also, a new jql can be created in the project level, as well as it can be created in the issue level with the new option in this drop-down menu. This way, related issues with a jql that only apply to a particular issue can be displayed.

For example, let's say you have JQL assignee="$issue.assignee" AND fixVersion="$issue.fixVersion" and "Fix version" and "Assignee" fields are selected in the fields section. In this case, issues with the same assignee and the same fix version with the displayed issue are shown in the related issues section on the issue panel. These issues will be shown in the table with the key, summary, fix release, and assigned fields.

Every user who has edit issue permission on the project can create a new JQL with the title at the issue level for related issues.

Dialog to create new JQL with its title for related issues

 

You can also create related issues configurations on the project level from “project administration screen” and select it from any issue of the project. There can be multiple project or issue level related issue configuration. For example, the following query will display the issues from the same organization.

Organizations = "$issue.cf[10600]"