Hierarchical JQL functions Cloud
: available in Issue Navigator.
subtasksOf()
Search for subtasks of issues.
Examples
issue in subtasksOfSubQuery("JQL")
issue in subtasksOfSubQuery("type = Story")
Β finds the subtasks of the issues which are in the Story type.
OR
issue in subtasksOfSubQuery("key in (GOOJQL-1, GOJQL-2, GOJQL-3)")
finds the subtasks of the specific issues in the JQL.
Β
epicsOf()
Search for epics of issues.
Examples
Β finds the epics of the issues in the Story type whose priorities are Critical.
OR
finds the epics of the specific issues in the JQL.
Β
parentsOf()
Search for parents of issues.
Examples
Β finds the parents of the issues in the Story type whose priorities are Critical.
OR
finds the parents of the specific issues in the JQL.
Β
issuesInEpics()
Search for issues in epics.
Examples
Β finds the issues in epics whose priorities are Critical.
OR
finds the issues in epics of the specific epic issues in the JQL.
Β
childrenOfSubQuery()
Search for child issues.
Examples
Β finds the child issues of Initiatives.
Β
epicsWithAllResolved()
Search for epic issues with all children issues are resolved.
Examples
Β
epicsWithAllUnresolved()
Search for epic issues with all children issues that are unresolved.
Examples
Β
Β