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 Statussubtletruetitleissue list UI Text Box
sizemedium
typeinfo

The function returns the

Status
subtletrue
titleissue list
This function returns the list of issues linked to the current specified issue(s), 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


This example returns an issue list of all the issues linked to current issue, excluding Epic-Task issue  issue links.

To achieve this, the following functions are used:

Parser expressionDescription


Code Block
languagebash
linenumberstrue
linkedIssues()


This example returns an issue list with all issue linked to the current issue.


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


The function returns an

Status
subtletrue
title



Parameters used in this function

UI Expand
titleAdditional information
ParameterInput (data type)Description
<parameter>
Status
subtletrue
titledata type
Parameter description.
UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list


medium
UI Text Box
size
typeinfotip

An issue appears in the output as many times as it is linked to the current issue.

Function distinct() can be used to remove duplicated issues.




UI Text Box
sizemedium
typeinfo

Variant where you additionally can define issue link typesThe 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_typeslinkTypes) #Output: Issue list


UI Expand
titleExamples


This example returns an issue list of all the issues linked with the current issue using issue link types blocks or clones.

Parser expressionDescription


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


The function returns an

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>linkTypes

Status
subtletrue
titledata typetext

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() Parameter description .



UI Expand
titleOutput

The This 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 discardedVariant where you additionally define issues.


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


UI Expand
titleExamples



any issue
Parser expressionDescription


Code Block
languagebash
linenumberstrue
linkedIssues("", subtasks())
The function returns an
Status
subtletrue
titleissue list

This example returns an issue list of all issues linked to the current issue's sub-tasks using any issue link type.

To achieve this, the following functions are used:


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


This example returns an issue list of all issues linked to the current issue's sub-tasks using

the link type "clones" or "duplicates".



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>linkTypes

Status
subtletrue
titledata typetext

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() .
issueList

Status
subtletrue
titleissue list

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

Duplicated issues are ignored

Parameter description

.



UI Expand
titleOutput

The This 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 discardedVariant where you define issue keys instead of issues.


Code Block
languagebash
titleSyntax
linenumberstrue
linkedIssues(string issue_link_typeslinkTypes, string issue_keysissueKeys) #Output: Issue list


UI Expand
titleExamples


This example returns an issue list of all issues linked to the current issue's sub-tasks parent using any issue link type.

Parser expressionDescription


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


The function returns an

Status
subtletrue
title



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>linkTypes

Status
subtletrue
titledata typetext

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() .
issueKeys

Status
subtletrue
titletext

Comma-separated list of issue keys. Duplicated issue keys are discarded. Optionally you can use field codes returning issue keys

Parameter description

.



UI Expand
titleOutput

The This function returns an

Status
subtletrue
titleissue list



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_linkedissues" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloudlinkedIssues()
Map(tick)
NotesThe Cloud's version doesn't include Epic-Tasks links.




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns a list of issues linked.

Output

Status
subtletrue
titleissue list

Available since

Status
subtletrue
colourRed
titleneeds lookup

Label

Status
colourRed
titlestaff pick