Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This JQL function returns issues that are linked to issues satisfying a JQL subquery.any issue that is returned by a JQL subquery.

Additionally you can further refine your query by specifying distinct link types and even a minimum number of linked issues.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
linenumberstrue
issue in linkedIssuesOflinkedTo('project = "Asset Management" and type = "Employee"')


This example returns all issues linked to the Employees tracked in the Asset Management project.


Code Block
languagebash
linenumberstrue
issue in linkedIssuesOflinkedTo('issuetype = Task and priority = "Blocker"')


This example returns all issues that are linked to a Task with priority set to Blocker.



UI Expand
titleAdditional information

Parameters used in this function

Pro tip

Enclose
ParameterInput (data type)Description
subquery

Status
subtletrue
titletext

A JQL query to select the issues that are linked to the those issues you want to be returned.

UI Text Box
typetip
Include Page
DECADIS:_snip_proTip_JQL
DECADIS:_snip_proTip_JQL
the subquery with single quotes '' instead of double quotes"". Otherwise every time a double-quotation is used in the subquery, they must be jumped with a slash /.



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

Variant where you can additionally limit the results by specifying certain link types.


Code Block
languagebash
titleSyntax
linenumberstrue
linkedIssuesOflinkedTo(subquery, linkTypes) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
linenumberstrue
issue in linkedIssuesOflinkedTo('project = "Asset Management" and type = "Employee"',"has asset")


This example returns all issue linked to the Employees tracked in the Asset Management project via the "has asset" link type. 


Code Block
languagebash
linenumberstrue
issue in linkedIssuesOflinkedTo('issuetype = Task and priority = "Blocker"', "is blocked by, causes")


This example returns all issues that are linked to a Task with priority set to Blocker either by the "is blocked by" or "causes" link type .





UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
subquery

Status
subtletrue
titletext

A JQL query to select the issues that are linked to the those issues you want to be returned.

UI Text Box
typetip

Pro tip

Enclose the subquery with single quotes '' instead of double quotes"". Otherwise every time a double-quotation is used in the subquery, they must be jumped with a slash /.

Include Page
DECADIS:_snip_proTip_JQL
DECADIS:_snip_proTip_JQL
linkTypes

Status
subtletrue
titletext

The link type or link types that must have been used to link to the desired target issues. The list of link types should be a comma-separated list.



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list




UI Text Box
sizemedium
typeinfo

Variant where you can additionally specify a minimum number of linked issues.


Code Block
languagebash
titleSyntax
linenumberstrue
linkedIssuesOflinkedTo(subquery, linkTypes, minimumLinked) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
linenumberstrue
issue in linkedIssuesOflinkedTo('project = "Asset Management" and type = "Employee"',"has asset",2)


This example returns all issue linked to the Employees tracked in the Asset Management project via the "has asset" link type.

In order to be returned by the query each Employee must have at least two of those linked issues.


Code Block
linenumberstrue
issue in linkedIssuesOflinkedTo('project = "Asset Management" and type = "PC"',"belongs to",2) AND type = "Employee"


This example returns all Employees that have a PC associated within the Asset Management project, that is also associated with another person.



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
subquery

Status
subtletrue
titletext

A JQL query to select the issues that are linked to the those issues you want to be returned.

UI Text Box
typetip

Pro tip

Enclose the subquery with single quotes '' instead of double quotes"". Otherwise every time a double-quotation is used in the subquery, they must be jumped with a slash /.

Include Page
DECADIS:_snip_proTip_JQL
DECADIS:_snip_proTip_JQL
linkTypes

Status
subtletrue
titletext

The link type or link types that must have been used to link to the desired target issues. The list of link types should be a comma-separated list.
minimumLinked

Status
subtletrue
titleNumber

A natural number larger than 0.



UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list



Include Page
DECADIS:_snip_limit_JQL_functions
DECADIS:_snip_limit_JQL_functions


Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJQL function
cqllabel = "jql_func_linkedto" and space = currentSpace()


Page properties
hiddentrue


Short descriptionReturns issues linked to other issues specified by satisfying a JQL subquery.
Output

Status
subtletrue
titleISSUE LIST

Label

Status
colourRed
titlestaff pick




Page properties
hiddentrue



Status
Tech review

Status
colourYellow
titleReady for review

Style guide

Status
colourGreen
titledone

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