Status
Tech review

Style guide




Short description

Returns the list of sub-tasks of the current issue.

Output

Available since




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


subtasks() #Output: Issue list




Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns an




This function returns the list of sub-tasks of issues in argument issues. Duplicated issues in argument issues are discarded.


subtasks(issue list issues) #Output: Issue list



Parser expressionDescription


subtasks(linkedIssues())


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



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns an




Variant where you define issue_keys instead of issues. Argument issue_keys is a comma-separated list of issue keys.

Duplicated issue keys in argument issue_keys are discarded.


subtasks(text issue_keys) #Output: Issue list



Parser expressionDescription


subtasks(%{00041})


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



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns an