Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This JQL function can be used to search for issues that have a certain link to issues that satisfy the JQL subqueryreturns issues that are linked to 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
linkedTo(subquery) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
linenumberstrue
issue in linkedTo('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 linkedTo('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

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.

Include Page
DECADIS:_snip_proTip_JQL
DECADIS:_snip_proTip_JQL



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, link_typeslinkTypes) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
linenumberstrue
issue in linkedTo('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 < 3 and created < startOfWeek()"= "Blocker"', "is blocked by, causes")


This example returns all issues

whose link type is either

that are linked to a Task with priority set to Blocker either by the "is blocked by" or

causes, and they are linked to a Task with priority below 3 and has been created this week.

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

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
linkedTo(subquery, linkTypes, minimumLinked) #Output: Issue list


UI Expand
titleExamples


linkedIssuesOf"\ExampleProject\assigneej.carrey", "relates to"
Parser expressionDescription


Code Block
linenumberstrue
issue in 
linkedTo(
'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 linkedTo('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 issues whose link type is relates to, and they are linked to an issue that belongs to the Example Project's project and whose assignee is j.carrey.



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 returned issues. Everytime a double-quotation is used in the subquery, they must be jumped with a slash, just like in the previous example.

the those issues you want to be returned.

Include Page
DECADIS:_snip_proTip_JQL
DECADIS:_snip_proTip_JQL
linkTypeslink_types

Status
subtletrue
titletext

The link type or link types that the returned issues should havemust 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 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 descriptionSearches for issues by checking on the fields of their linked issue and their link typeReturns issues linked to other issues satisfying a JQL subquery.
Output

Status
subtletrue
titleISSUE LIST

Label

Status
colourRed
titlestaff pick




Page properties
hiddentrue



Status
Tech review

Status
colourYellow
titletodoReady for review

Style guide

Status
colourGreen
titletododone

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