Versions Compared

Key

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

...

  • Must find at least one issue

  • Must not find any issue

  • Compare with a particular number 

Configuration

You must write the Write your required JQL expression and choose one option for the number of issues found. For example:

...

With parent = {issue.parent} we find all siblings of the current subtask. However, we want to exclude the current subtasks, so we add key != {issue.key}.

...

See also

...