You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.