Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

🔎: available in Issue Navigator.

subtasksOf() 🔎

Search for subtasks of issues.

...

 finds the child issues of Initiatives.

epicsWithAllResolved() 🔎

Search for epic issues with all children issues are resolved.

Examples

Tip

issue in epicsWithAllResolved("JQL")

epicsWithAllUnresolved() 🔎

Search for epic issues with all children issues that are unresolved.

Examples

Tip

issue in epicsWithAllUnresolved("JQL")