/
Hierarchical JQL functions

Hierarchical JQL functions

 

subtasksOfSubQuery()

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.

 

epicsOfSubQuery()

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.

 

parentsOfSubQuery()

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.

 

issuesInEpicsOfSubQuery()

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.

 

epicsWithAllResolved()

Search for issues in epics.

Examples

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

 

epicsWithAllUnresolved()

Search for issues in epics.

Examples

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

 

Related content

Linked Issues functions Cloud
Linked Issues functions Cloud
Read with this
Hierarchical JQL functions Cloud
Hierarchical JQL functions Cloud
Read with this
Comment JQL functions
Comment JQL functions
Read with this
GO! JQL: Essential JQL Functions
GO! JQL: Essential JQL Functions
Read with this
GO! JQL Cloud Usage
GO! JQL Cloud Usage
Read with this
Groups JQL functions Cloud
Groups JQL functions Cloud
Read with this