Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

hqlLinkedIssues

 

hqlLinkedIssuesOf

 

The JQL function search for issues linked to at least one issue satisfying the condition specified on the filter and, if specified, having the specified link type and link direction.

Examples

To find all the issues that are blocked by issues in a state not equal to Done, you could use:

issue in hqlLinkedIssuesOf("status!=done", "Blocks", "O")