Forums

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

Blocker tickets not fetched correctly

Amrita July 12, 2023

issuetype in (Bug, Story) AND status in (Assigned, "In Progress", Re-Opened, "To Do") AND issueLinkType in (blocks) ORDER BY status DESC

does not fetch correct blocker tickets

1 answer

0 votes
Jeroen Poismans
Community Champion
July 12, 2023

Hi there,

What your JQL is fetching is: All Bugs and Stories in status Assigned, In Progress, Re-opened, To DO that block other tickets.

If this is what you want, the JQL is correct and should work.

If not, you might want: All Bugs and stories in status Assigned, In Progress, Re-opened, To DO that are blocked by other tickets. In that case the last part of the JQL should be:

issueLinkType in ("is blocked by")

Is this what you want to accomplish?

Jeroen

Amrita July 13, 2023

Thanks for your help. it works correctly now 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events