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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
I have this case where I want to link issues between different Jira server instances. I created application link and the manual linking works as expected, with the selection of the server to and issue to which we gonna link:
Though, when I am using Jira automation and creating issues using webhook, the issue linking does not work in Automation.
Here is the part of my webhook rule:
The smartvalue {{webhookData.key}} does not work in the automation rule, because the rule trying to find the value in the local Jira instance and not the remote, which is logical. So there should be a way to specify a server (Jira instance) where the value should be attributed, like the selection we have when manually linking issues.
Maybe it would be possible to use json codes for this? Any ideas?
while searching for a solution to your problem, I've found this guide. It explains a solution for Jira Cloud, but I think this might be also possibly be used on server/Data Center. The central part of the solution is the /remotelink Jira REST API call - and this API is also available for Server.
Maybe you'll get a working solution out of this?
Cheers,
Matthias.
Hello @Matthias Gaiser _K15t_
thanks for your reply and I have seen that article before. On the step 3B in that article there is clearly shown that the issue link is set up in advanced mode using JSON,
and there are some data like "globalID, "Application": "Type", "name":
I assume that some similar JSON could be done for server/DC where we can specify the Server name where the issue link should be set up. Though I was not able to do it :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Yurii,
I think, these parameters should be contained in a REST API call to <JIRA_URL>/rest/applinks/1.0/listApplicationlinks.
Maybe that helps to move your forward?
Matthias.
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.