The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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