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.
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"
Thanks Dave!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.