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: 

Finding all issues blocked by an issue in same project with issulinkType

K Langford
February 25, 2022

The project has identified issues: IssueA, IssueB, IssueC, IssueD, E..etc. Assume IssueZ is blocking several issues. I need to filter and find all issues currently blocked by IssueZ. I think the answer lies in issuelinkType 'is blocked by' is part of the answer, but I can not construct the JQL properly.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
February 26, 2022

Hello @K Langford 

For Jira CLOUD's JQL you can use either:

issueIsBlockedBy = <IssueZ_key>

or:

issueLink["is blocked by"] = <IssueZ_key>

but these might not work for Jira Server.

I don't have access to a Jira Server to test with, so you'll need to test them yourself.

0 votes
Clark Everson
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 Champions.
February 25, 2022

Hi @K Langford 

This can't be done natively.

Do you have Jira Server or Data Center? If you have Data Center you can use dependency reports

If you have server you would need to have scriptrunner and use scriptrunner JQL. If you don't have one of those though then you would need to look into switching to Cloud or upgrading to data center as Server is set to go away in 2024

 

Best,

Clark