Versions Compared

Key

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

...

Info

Related Issues are currently 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.

...

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


...