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 issues in epics of the specific epic issues in the JQL.

childrenOfSubQuery() 🔎

Search for child issues.

Examples

Tip

issue in childrenOfSubQuery("JQL")

Tip

issue in childrenOfSubQuery("type = Initiative")

 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")