Versions Compared

Key

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

...

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