Skip to end of banner
Go to start of banner

Subtask Count JQL functions

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SubtaskCountEquals()

Search for subtasks of issues.

Examples

issue in SubtaskCountEquals("")

issue in subtasksOfSubQuery("2")

 finds the issues that have 2 subtasks.

SubtaskCountMoreThan()

Search for epics of issues.

Examples

issue in SubtaskCountMoreThan("")

issue in SubtaskCountMoreThan("2")

 finds the issues that have more than 2 subtasks.

SubtaskCountLessThan()

Search for parents of issues.

Examples

issue in SubtaskCountLessThan("")

issue in SubtaskCountLessThan("2")

 finds the issues that have less than 2 subtasks.

  • No labels