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 am trying to send the status from Zendesk to ServiceNow, When I try to send the status it is always sending as empty string.
Outgoing script (Zendesk)
replica.status = issue.status
I tried to log to see what is going on and it is always coming as empty.
debug.error("issue.status from local side is: " + issue.status) // shows it as empty
debug.error("replica.status from local side is: " + replica.status) // shows it as empty