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")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.