Sub-tasks
hasSubtasks
Finds issues with sub-tasks, eg
subtasksOf
Returns the sub-tasks of issues specified by the subquery, eg
To find unresolved sub-tasks of resolved issues you might do:
To find sub-tasks that are Open, but their parent issue has a resolution of Fixed, you could use:
subtasksOf
is analogous to saying "sub-tasks which have a parent selected by the subquery".
You can leave the subquery as an empty string in all these examples if you want.
parentsOf
Returns the parents of issues specified by the subquery. For example, to find closed parents with open sub-tasks in the project JRA, you could do:
To find all parent records where I am the assignee of an open sub-task, I could do:
To show parent issues that have at least one open sub-task, in the JRA project, you might do: