Table of Contents |
---|
...
subtasksOfSubQuery()
Search for subtasks of issues.
...
finds the subtasks of the specific issues in the JQL.
...
epicsOfSubQuery()
Search for epics of issues.
...
finds the epics of the specific issues in the JQL.
...
parentsOfSubQuery()
Search for parents of issues.
...
finds the parents of the specific issues in the JQL.
...
issuesInEpicsOfSubQuery()
Search for issues in epics.
...
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.