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

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")

Suggest an answer

Log in or Sign up to answer