Forums

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

How can I use the field Issue link in a filter

Rene van Diepen
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!
May 9, 2023

In jira you can use a Link to connect jira-items with each other. For example we use the Issue link: Relates to.

Is it possible to use these links in a filter? I want to select all items that are "related to" the same issue.

1 answer

1 accepted

0 votes
Answer accepted
Dave Mathijs
Community Champion
May 9, 2023

Hi @Rene van Diepen welcome to the Atlassian Community!

You can use the following JQL

issuekey = <source issue> AND issueLinkType = <outward or inward description>

For example: issuekey = ATL-500 AND issueLinkType = "relates to"

Rene van Diepen
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!
May 10, 2023

Thanks Dave!

Like Dave Mathijs likes this

Suggest an answer

Log in or Sign up to answer