You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I linked an issue from another JIRA server. Now I want to search for it, but I can only find results if I search for linked issues from the same server.
only an example: issueFunction in linkedIssuesOf("key = \"GSREQ-11\"")
If I change the key (or whatever I use in linkedissueof) to an issue from the server where I'm working on, then the query is working fine.
Does anybody has an idea how to reach linked issues from other JIRA server?
Regards,
Daniel
Hi @Daniel Otto
Welcome to the community.
This is not an option as both instances have there own DB, you can't search the DB of the other instance.
By linking the instances you can link the main instances and set issue link to issues, but there is no option to JQL the other instance.
Searching is only in an instance
Thanks a lot for the fast answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Daniel Otto
I think this a limitation on searching.
"When searching for issues with a particular link type, you can only find linked issues that are on the same Jira instance you're searching on. Links to issues on a remote Jira instance or to Confluence pages won't be included."
Searching usually works via the local lucene indexes so it can't see the other instance. It would be complex to build this search extension.
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.