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, anyone knows how to get new lines in the comment body in ADO? I've added new lines but the comment.body still gets printed on the same line as comment.author.email.
Example of outgoing and incoming
Outgoing on ServiceNow side
replica.comments = customerCase.comments
Incoming on Azure side
if (comment.internal) {
comment.body = convertedDate + " - " +
"Internal comment by " +
comment.author.email + " -\n" +
comment.body + "\n"
}
Hi Joel Maanmies,
We have tried to reproduce your scenario, and we would like to discard this can be a potential bug, could you please raise a support issue case to investigate further? Please check the documentation below:
https://docs.idalko.com/exalate/x/joHk
Kind regards.