Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve a list of issues linked to another issue

Siva Raju February 16, 2021

Lets say, I have an issue - 123 which has been linked with issue - 456, issue - 789 and issue - 1234.

I would like to create a filter such a way that lists all the issues (456, 789 & 1234) linked to issue - 123.

Please suggest options.

1 answer

1 accepted

0 votes
Answer accepted
Pramodh M
Community Champion
February 16, 2021

Hi @Siva Raju 

Please find below JQL

If we have to find all the issues that are linked, we will have JQL as follows

issue in linkedIssues(issueKey)

Example: issue in linkedIssues(ABC-123)

If you are looking at a specific link type, the JQL would go like this

issue in linkedIssues(issueKey,linkType)

Example: issue in linkedIssues(ABC-123,"is duplicated by")

 Thanks,
Pramodh

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events