Versions Compared

Key

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


Page properties
hiddentrue



Status
Tech review

Status
colourYellow
titletodoReady for review

Style guide

Status
colourYellow
titletodoReady for review

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 specified issue(s).

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourRed
titleneeds lookup




UI Text Box
sizemedium
typeinfo

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


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
subtasks()


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



xxx

This function returns an

UI Expand
titleOutput
UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
Status
subtletrue
title

data type

issue list

Parameter description

.

UI Expand
titleOutput

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

Status
subtletrue
titleissue list
.




UI Text Box
sizemedium
typeinfo

This function returns the list of sub-tasks of issues in argument issues. Duplicated issues in argument issues are discarded.Variant where you can specify an issue list where the sub-tasks should be retrieved from.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
titleSyntax
linenumberstrue
subtasks(linkedIssues())


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxxissues

Status
subtletrue
titledata typeissue list

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



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list
.

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

Status
subtletrue
titleissue list
.




UI Text Box
sizemedium
typeinfo

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 discardedcan define issue keys as comma separated list instead of issues.


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


UI Expand
titleExamples


Parser expressionDescription


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


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


Code Block
languagebash
titleSyntax
linenumberstrue
subtasks("TASK-1, TASK-2")


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



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxxissueKeys

Status
subtletrue
titledata typetext

A comma separated list of issue keysParameter description.



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list
.

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

Status
subtletrue
titleissue list
.