JIRA ON-PREMISE
This article describes how to sync issue links details to a custom field using JIRA Issue Link API.
Source side
Send over the issue link details
Outgoing sync
replica.issueLinks = issue.issueLinks
Destination Instance
Add the script below in the Incoming sync of the Destination instance to receive issue links information from the Source Instance.
// add the links information to the custom field issue.customFields."Custom field name".value = replica.issueLinks.toString()
See Also
- IssueLinks
- How to display the remote issue link in a custom field
- How to synchronize issue links on Jira on-premise