Subtask Count JQL functions
Â
SubtaskCountEquals()
Search for subtasks of issues.
Examples
issue in subTaskCountEqual("")
issue in subTaskCountEqual("2")
 finds the issues that have 2 subtasks.
Â
SubtaskCountMoreThan()
Search for epics of issues.
Examples
issue in subTaskCountMoreThan("")
 finds the issues that have more than 2 subtasks.
Â
SubtaskCountLessThan()
Search for parents of issues.
Examples
 finds the issues that have less than 2 subtasks.