jirajql

JQL to get blocked Issues


Is there a native JQL (not a plugin) that returns tickets that have linked issues listed as "is blocked by" (so I can see all my blocked tickets).

All I have found is linkedIssues() but that can require a specific issue ID to search for which is entirely unhelpful.

I am using Jira Cloud 7.4.


Solution

  • I manage to do that using issueLinkType = "is blocked by"