The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Linking Issues Reporting

Dawn Thompson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 9, 2020

I am trying to build a report that shows linked issues, but also the linked reason.  So far I have not been able to do that, is this a possibility?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 15, 2020

Hello Dawn,

Welcome to Atlassian Community.

I understand that you would like to have a list of all linked issues in your site together with the linked reason. Could you please confirm if the "linked reason" you are talking about would be the link type (Blocked by, Blocks, Related to, etc)?

If that's correct, I believe the best way to achieve what you are looking for would be by creating a JQL query for each link type, saving it as a filter. These would be the detailed steps:

1 - Navigate to your issue navigator > Use the parameter issueLinkType to define the link type (select a single type for now):

issueLinkType = "is blocked by"

2 - Save it as a filter

3 - Repeat the process to each link type you have

4 - Name the filter with the related link type

5 - Optionally, you can use the dashboard gadget Filter results if you want all the filters to be displayed in the same page

Performing the steps above, each filter you created will display the issues linked with a specific link type (reason). 

Let us know if you have any questions.