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

Compare with Current View Page History

« Previous Version 4 Next »

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

subtasks() #Output: Issue list
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns an ISSUE LIST


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

Syntax
subtasks(issue list issues) #Output: Issue list
Examples
Parser expressionDescription
Syntax
subtasks(linkedIssues())
The function returns the list of sub-tasks of linked issues.
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns an ISSUE LIST


The function returns the list of sub-tasks of issues whose keys are in issue_keys. Argument issue_keys is a comma-separated list of issue keys.

Duplicated issue keys in argument issue_keys are discarded.

Syntax
subtasks(text issue_keys) #Output: Issue list
Examples
Parser expressionDescription
Syntax
subtasks(%{00041})
The function returns the list of sub-tasks of the parent issue, i.e., sibling sub-tasks plus the current sub-task.
Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns an ISSUE LIST