The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL: Features with blocked issues, unlinked

Jacob Steinberger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2024

We want to see all blocked issues, and their impacts.

"status = blocked"

Great, I now have all my blocked "things", regardless of if they are a feature or an issue. Now I want to see issues blocked by linked issues.

status = blocked or ( issueLinkType = "is blocked by" AND issueFunction in linkedIssues("Resolution = Unresolved") )

Great, but issueLink only works for linked issues. A feature that contains issues isn't linked, but it just contains them, so a feature that contains a blocked issue isn't caught by this filter.

I've looked over the documentation and can't quite find it - how can I search a feature's assigned issues (not linked issues)?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Jacob Steinberger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 16, 2024

Looks like this may work:

issueFunction in epicsOf("statuts = blocked")