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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.