Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

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

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourRed
titleneeds lookup




UI Text Box
sizemedium
typeinfo

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


Code Block
subtasks() #Output: Issue list


UI Expand
titleExamples



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

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


Code Block
languagebash
titleSyntax
linenumberstrue
subtasks(issue list issues) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
titleSyntax
linenumberstrue
subtasks(linkedIssues())


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

The function returns the list of sub-tasks of issues whose keys are in 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.


Code Block
languagebash
titleSyntax
linenumberstrue
subtasks(text issue_keys) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
titleSyntax
linenumberstrue
subtasks(%{00041})


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list