Make a query to find issues that "relate to"

Charles Delaporte
Contributor
September 16, 2018

Hi,

 

I would like to make a query to find all issues that relate to another issue. Is this possible?

 

Thanks.

4 answers

2 accepted

5 votes
Answer accepted
Syauqi
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 16, 2018

Hi Charles,

You can utilise the linkedissues() JQL function into your advance search query.

Example: issue in linkedIssues(ABC-1)

Feel free to have read of this reference: Advanced searching - functions reference

Cheers,

Syauqi

Charles Delaporte
Contributor
September 17, 2018

Thanks Syauqi, that works perfectly!

4 votes
Answer accepted
Troy Spetz
Contributor
September 17, 2018

Use the JQL query: issue in linkedIssues(<JIRA Issue Key>, "is related to")

This will find all issues related to <JIRA Issue Key> which are linked to it, using the 'is related to' link type.

2 votes
Scott Sewall
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 21, 2021

Atlassian Jira Project Management Software (v8.5.0)

Enter in Search box

issue in linkedIssues(TEST-81049, "relates to")

0 votes
Nir Haimov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 16, 2018

Hi,

Please define what you mean as "relate to"?

Is that an issue link with name "relate to"?

Steve Tedeschi November 18, 2024

@Nir Haimov This is an older item and I hope you've found an answer, but just in case....
"relates to" identifies the relationship between the two Issues.

Look at "linkedIssues()" on https://support.atlassian.com/jira-work-management/docs/jql-functions/ for additional details

Suggest an answer

Log in or Sign up to answer