Versions Compared

Key

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

...

The JQL function will research all issues linking to any issue not having status equal to done and having link equal to blocks.

Examples

Searching issues in a state not equal to Done, blocking linked issues having priority High

issue in hqlLinkedIssuesOf("priority= High", "Blocks", "I") and status != Done