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")
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.