Hi!
I would like to have a list of tickets that are blocked by other tickets, where these blocking tickets are not done.
I know I can filter by `issueLinkType = "is blocked by"` but this lists all tickets that have been blocked. If the blocking tickets are DONE, they are actually not actively blocking anymore.
I'm not a JQL expert but I thought of something like this (Pseudocode):
issueLinkType = "is blocked by" AND issueLink in (issueLinkType = "blocks" AND status != "DONE")
This is not a correct query.
Is there a way to create a query like that?
Thank you all in advance!
Tobias
Hi,
Welcome to the community
This is not possile natively. Take a look at the Trudy's answer in the thread below
Thank you for your response! It is unfortunate that this isn't supported out of the box. Is there a way to turn this into a feature request?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tobias Belch create a new suggestion at https://jira.atlassian.com/issues/?filter=98703
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.