How to find issues that are related to?

Kris USA July 7, 2015

eg:

I have Issue_ID = 12000 and this issue is related to 12001 and 12002.

I have Issue_ID = 12003 and this issue is related to 12004 and 12005.

Now I want  to export this to Excel in the below format (or near to this format) :

 

12000          12001

                    12002 

12003          12004

                    12005

Something like that. Could someone please let me know. 

2 answers

0 votes
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 7, 2015

I think linkedIssues() JQL function will help you, see more details here(https://confluence.atlassian.com/display/JIRA/Advanced+Searching)


You will need to run the JQL for each known Issue ID you want to get related/linked issues

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 7, 2015

Run a filter for the two issues, configure the issue navigator to show just "issue id" and "links"

You won't get the issue ids, you'll get the actual keys of the issues.

Suggest an answer

Log in or Sign up to answer