How can I use the field Issue link in a filter

Rene van Diepen 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 May 10, 2023

Thanks Dave!

Like Dave Mathijs likes this

Suggest an answer

Log in or Sign up to answer