...
Search for subtasks of issues.
Examples
Tip |
---|
issue in subtasksOfsubtasksOfSubQuery("JQL") |
Tip |
---|
issue in subtasksOfsubtasksOfSubQuery("type = Story") |
finds the subtasks of the issues which are in the Story type.
OR
Tip |
---|
issue in subtasksOfsubtasksOfSubQuery("key in (GOOJQL-1, GOJQL-2, GOJQL-3)") |
...
Search for epics of issues.
Examples
Tip |
---|
issue in epicsOfepicsOfSubQuery("JQL") |
Tip |
---|
issue in epicsOfepicsOfSubQuery("type = Story and priority = Critical") |
finds the epics of the issues in the Story type whose priorities are Critical.
OR
Tip |
---|
issue in epicsOfepicsOfSubQuery("key in (GOOJQL-1, GOJQL-2, GOJQL-3)") |
...
Search for parents of issues.
Examples
Tip |
---|
issue in parentsOfparentsOfSubQuery("JQL") |
Tip |
---|
issue in parentsOfparentsOfSubQuery("type = Story and priority = Critical") |
finds the parents of the issues in the Story type whose priorities are Critical.
OR
Tip |
---|
issue in parentsOfparentsOfSubQuery("key in (GOOJQL-1, GOJQL-2, GOJQL-3)") |
...
Search for issues in epics.
Examples
Tip |
---|
issue in issuesInEpicsissuesInEpicsOfSubQuery("JQL") |
Tip |
---|
issue in issuesInEpicsissuesInEpicsOfSubQuery("priority = Critical") |
finds the issues in epics whose priorities are Critical.
OR
Tip |
---|
issue in issuesInEpicsissuesInEpicsOfSubQuery("key in (GOOJQL-1, GOJQL-2, GOJQL-3)") |
...