Hi,
as already discussed in other questions I can access the issue links in a filter using the query issueLinkType in (...). But how can I combine this query with the resolution state of the targeting issue and the sprint this targeting issue is in.
What I would like to achieve: A quick filter which selects all issues which are blocking other issues in the same sprint.
Regards, Rokko
@Rokko11,
Using built in filters I can pull all open blockers in a Sprint using the JQL
"issueLinkType in (blocks) AND issueLinkType not in ("is blocked by") AND resolution is EMPTY ".
Are you asking how to further filter it to only show open blockers that block other open tickets within the same sprint?
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.