searchjiraissue-trackingjql

JIRA: Searching for all issues with a given link type


Is there a way to query for all issues with a particular link type?

For example, let there be a dependency link where an issue can "depends on" another issue. Is there a query to find all issues that depend on some other issue (aka. all issues with the "depends on" link)?

I know there is the linkedIssues (key, linkType) function that returns the key of all issues that have the linkType with the issue with key. I want to find all issues with a linkType with any issue.

Thanks!


Solution

  • You can hack it with Craftware JQL's linkedIssuesFromFilter, where the filter would be "all issues"