Versions Compared

Key

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

...

finds the issues in epics of the specific epic issues in the JQL.

epicsWithAllResolved()

Search for issues in epics.

Examples

Tip

issue in epicsWithAllResolved("JQL")

Tip

issue in epicsWithAllResolved("priority = Critical")

 finds the epic issues for which all child issues have been resolved.

epicsWithAllUnresolved()

Search for issues in epics.

Examples

Tip

issue in epicsWithAllUnresolved("JQL")

Tip

issue in epicsWithAllUnresolved("priority = Critical")

 finds the epic issues for which all child issues have been resolved.