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 issues linked to current issue, including Epic-Task links.

Output

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

The function returns the

Status
subtletrue
titleissue list
of issues linked to the current issue, including Epic-Task links.

An issue appears in the output as many times as is linked to the current issue. Function distinct(issue list) can be used to remove duplicated issues.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
distinct(linkedIssues() EXCEPT linkedIssues("has Epic, is Epic of"))


The function returns an

Status
subtletrue
titleissue list
of all the issues linked to current issue, excluding Epic-Task issue links.



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

Status
subtletrue
titleissue list
of issues linked to current one using issue link types in argument issue_link_types. Argument issue_link_types is a comma-separated list of issue link type names, or an empty text ("") for representing all issue link types, i.e., linkedIssues("") is equivalent to linkedIssues() .


Code Block
languagebash
titleSyntax
linenumberstrue
linkedIssues(text issue_link_types) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
linkedIssues("blocks, clones")


The function returns an

Status
subtletrue
titleissue list
of all the issues linked with the current issue using issue link types blocks or clones.



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

Status
subtletrue
titleissue list
of issues linked to the ones in argument issues using issue link types in argument issue_link_types. Duplicated issues in argument issues are discarded.


Code Block
languagebash
titleSyntax
linenumberstrue
linkedIssues(text issue_link_types, issue list issues) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
linkedIssues("", subtasks())


The function returns an

Status
subtletrue
titleissue list
of all issues linked to the current issue's sub-tasks using any issue link type.



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 

Status
subtletrue
titleissue list
list of issues linked to those ones whose keys are in argument issue_keys. 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
linkedIssues(string issue_link_types, string issue_keys) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
linkedIssues("is blocked by", %{00041})


The function returns an

Status
subtletrue
titleissue list
of all issues linked to the current issue's sub-tasks using any issue link type.



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