JIRA CLOUD HP ALM/QC ZENDESK
This article shows how to synchronize the remote issue link to a custom field on destination instance.
Destination side
Add a URL custom field. Let's name it
remoteIssueUrl
.Check out Atlassian documentation for more information about custom fields:
- Add the code below into the Incoming sync
// remoteIssueUrl is provided in the incoming sync script issue.customFields."Remote issue URL".value = remoteIssueUrl
"Remote issue URL " is the name of the custom field, you've created in the first step. You can change it to any custom name.
See Also
- How to synchronize issue links on Jira on-premise
- Exalate for Jira on-premise: Syncing issue links to a custom field with Jira Issue Link API
- Custom fields synchronization
- CustomFields