Status
In our company there are two local hosted jira systems which are connected.
Jira A - jira.abc.com
Jira B - jira.dev.abc.com
Issues can be linked together and appear as links to within the Issue Links
Problem
We need to find within Jira A all issues which have related issues within Jira B.
This Query would do the job but does not exist:
issue in hasLinks("links to")
Hello @[deleted]
Based on your description, it's evident that you are using 2 separate Jira instances and linking issues belonging to those instances. Out of the box it's not possible to query about "remote linked issues"
It's an open ticket
https://jira.atlassian.com/browse/JRASERVER-28064
With a paid plugin it's possible
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_remote_issue_links
thanks, hoped there would be something out of the box...
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.