SubtaskCountEquals()
Search for subtasks of issues.
Examples
issue in SubtaskCountEquals("query", "count")
issue in subtasksOfSubQuery(“project = DDP“, "2")
finds the issues that have 2 subtasks.
SubtaskCountMoreThan()
Search for epics of issues.
Examples
issue in SubtaskCountMoreThan("query", "count")
issue in SubtaskCountMoreThan(“project = DDP“, "2")
finds the issues that have more than 2 subtasks.
SubtaskCountLessThan()
Search for parents of issues.
Examples
issue in SubtaskCountLessThan("query", "count")
issue in SubtaskCountLessThan(“project = DDP“, "2")
finds the issues that have less than 2 subtasks.