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

Compare with Current View Page History

« Previous Version 5 Next »

This function returns the list of sibling sub-tasks of the current issue, i.e., all sub-tasks with the same parent as a current issue, except the current issue.

In case the current issue is not a sub-task, an empty issue list will be returned.

siblingSubtasks() is equivalent to subtasks(%{00041}) EXCEPT issueKeysToIssueList(%{00015}) , where %{00041} is the Parent's issue key and %{00015} is the Issue key.

Syntax
siblingSubtasks() #Output: Issue list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST


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

Syntax
siblingSubtasks(issue list issues) #Output: Issue list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST


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.

Syntax
siblingSubtasks(text issue_keys) #Output: Issue list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST