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)?
Looks like this may work:
issueFunction in epicsOf("statuts = blocked")
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.