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 sibling sub-tasks of the current issue, i.e., all sub-tasks with the same parent as a current issue, except the current issue.
Output

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

The 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.


UI Text Box
typenote

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


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


UI Expand
titleExamples


UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

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


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


UI Expand
titleExamples


UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

Status
subtletrue
titledata type

Parameter description.