Sub-tasks
numberOfSubtasks
The numberOfSubtasks keyword can be used to search for issues with a certain number of sub-tasks.
issuetype = Task AND numberOfSubtasks > 10
This keyword can also use the numeric comparison operators.
The numberOfSubtasks keyword can be used to search for issues with a certain number of sub-tasks.
issuetype = Task AND numberOfSubtasks > 10
This keyword can also use the numeric comparison operators.