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 hqlLinkedIssuesOf(subquery, [link type], [link versus]) JQL function searches for all issues linked at least to one issue satisfying the filter and, if when specified, having the specified specific link type and link direction.

The admissible parameters are:

  • subquery ( Mandatory), it can be any valid JQL clause.
  • link type (Optional), 
  • link versus (Optional), it can assumes O (outward link type) and I (inward link type).

Examples

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

...