This function returns the list of sub-tasks of the current issue.


subtasks() #Output: Issue list



Parser expressionDescription


subtasks()


This example returns a list with the current issue's sub-tasks.



This function returns an .

If there are no sub-tasks, the function returns an empty .




Variant where you can specify multiple parent issues as an issue list.


subtasks(issueList) #Output: Issue list



Parser expressionDescription


subtasks(linkedIssues())


This example returns the list of the linked issues' sub-tasks.



Parameters used in this function

ParameterInput (data type)Description
issueList

Any given issue list. Usually this value is retrieved from a function (e.g. linkedIssues() or subtasks()).



This function returns an .

If there are no sub-tasks, the function returns an empty .




Variant where you can specify multiple parent issues as a comma separated list of issue keys.


subtasks(issueKeys) #Output: Issue list



Parser expressionDescription


subtasks(%{parent.key})


This example returns the list of sub-tasks of the parent issue, i.e. sibling sub-tasks including the current sub-task.


subtasks("TASK-1, TASK-2")


This example returns the list of sub-tasks of the specified issues.



Parameters used in this function

ParameterInput (data type)Description
issueKeys

A comma separated list of issue keys.



This function returns an .

If there are no sub-tasks, the function returns an empty .



Use cases and examples



Parser function cloudsubtasks()
Map(tick)
Notes






Status
Tech review

Style guide

   




Short description

Returns sub-tasks of given issues.

Output

Available since

Label