Imagine I have Project A and Project B.
On the board of Project A I want to be able to filter issues that have any type of link with any issues from project B.
Observations:
Hey there!
I do not think that the functionality exists natively in Jira but Scriptrunner may be able to solve it if you have it installed. The following query should be able to filter the issues correctly.
project = "Project A" AND issueFunction IN linkedIssuesOf
(' project = "Project B" ')
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.