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