Hi All, I'm trying to write a JQL filter to only show me issues in a project that block other issues however when I run the query ...
project = XX AND resolution = Unresolved AND Flagged = Impediment AND issueLinkType = "blocks" ORDER BY priority DESC
...I also get issues back that are not blockers, but are blocked by other issues. Can anyone explain why?