JQL Query for linked issues in other instance

Sindhu May 10, 2017

Hi All,

We have two jira instances.

i have created issue in instace 1 and linked to the other instance.

ex:In instance-1 created a issue i,e TEST-123

TEST-123 and linked to SAPP-6785

note:SAPP-6785 is in instance-2

how can i find the linked issue for above scenario.

Please help me on this.

i have tried with below scenarios.

JQL:

issue in likedIssues("SAPP-6785")

JQL:

issue in likedIssues("TEST-123")

but no luck.

 

Thanks,

Sindhu

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 11, 2017

The linkedIssues function is for linking to issues in the current JIRA. 

JIRA cannot have any understanding of the issues in other JIRAs because it does not know what might be at the end of a link to a web url.  To do what you're asking would require one JIRA to index another one, for which you'd need quite a lot of thought to go into some coding.

Patrick Geremia March 4, 2020

I am not sure this is true. Please look at this post : https://jira.atlassian.com/browse/JRASERVER-63418.

Like Divya TV likes this

Suggest an answer

Log in or Sign up to answer