Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Related Issues are currently It's a discountinued functionality that is not available in new JQL Search Extensions installations.

Related Issues were only available on Jira Cloud. If you would like to see this feature added to the Server version of the app please send us a message. 

Summary

Related issues allow you to see other issues which are related to your work. It allows you to easily define which issues are related and where this information should be displayed.

...

It is all highly configurable with JQL queries and simple templating and you can fit the queries to your team needs.

Table of Contents
exclude.*Summary.*

Issue view

Whenever you open a Jira issue you'll see a new section on the left called Related issues.

...

FieldDescriptionExample
Name of the relation

A human readable label that will be displayed on the tab in the issue view.

This field is required.

High priority stories
Related issue match

A JQL query that controls the results displayed in the tab in the issue view.

It supports templating described in the next subsection.

Show high priority stories:

Code Block
languagesql
themeMidnight
type=Story and priority=High


Only show for isssues that match the filter

A JQL query that allows you to show the tab only in the issues that match this query.

You can leave it blank to show the tab for all the issues.

Show only the tab for stories

Code Block
languagesql
themeMidnight
type=Story


...