Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to search for an linked issue from another Server?

Daniel Otto
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Oct 20, 2023

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

2 answers

2 accepted

1 vote
Answer accepted
Marc Koppelaar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 20, 2023

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

Daniel Otto
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Oct 20, 2023

Thanks a lot for the fast answer.

0 votes
Answer accepted
Tom Lister
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 20, 2023

Hi @Daniel Otto 

I think this a limitation on searching.

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-fields-reference-939938743.html#Advancedsearchingfieldsreference-issuelinktypeIssuelinktype

"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.

Suggest an answer

Log in or Sign up to answer