Forums

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

I am trying to produce a filter that shows all issues blocked by another certain issue

David Battersby July 13, 2023

The query I am trying to write is

project in (xxxx, xxxx) AND issuetype in (Story, Task) AND status in ("In Progress", "To Do", Backlog, "Internal Review", "External Beta Review", "External Sign Off") AND priority = Blocker AND issueLinkType = "is blocked by"

This shows all Issues that have a priority of Blocker what I need to show is only issues that have the priority of Blocker and are blocked by a certain issue which has key xxxx-581. Is there any way to achieve this or am i asking to much.

1 answer

1 accepted

1 vote
Answer accepted
Laurie Sciutti
Community Champion
July 13, 2023

Hi @David Battersby and welcome!  I think what you're looking for is:

 

priority = Blocker AND issueFunction in linkedIssuesOf("key = xxxx-581", "blocks")
David Battersby July 13, 2023

Laurie That's  perfect thank you so much

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events