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
Hello Support Team
We have the problem that when updating the ticket on the remote side,
the "destination-Labels" field is updated even if there is no update of the "source_Labels" field on the replica site.The field is updated with an empty value.
What is the reason for this update and how to stop the empty updates?
here is my code.
issue.customFields."destination-Labels".value = [nodeHelper.getLabel("")]
replica.customFields."source_Labels"?.value?.split(', ')?.each
{ issue.customFields."destination".value += nodeHelper.getLabel(it) }
Best regards
Ezadin Mahmoud