Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
I'm using a visual connection with script.
This code displays the source link on the replica issue:
if (executionInstanceName == "Main")
if(firstSync){
syncHelper.syncBackAfterProcessing()
issue.customFields."Remote Link".value = remoteIssueUrl
}
But reverse engineering it doesn't work to display the replica link on the source issue:
if (executionInstanceName == "ServiceDesk")
if(firstSync){
syncHelper.syncBackAfterProcessing()
issue.customFields."Remote Link".value = remoteIssueUrl
}