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
Zendesk > Jira: Markdown in comments is synced as plain text - I am okay with this, at least the content is there.
Jira > Zendesk: Markdown in comments is stripped completely - what do I need to change to not lose this content?
Connection config...
Zendesk outgoing: replica.comments = nodeHelper.getHtmlComments(issue)
Jira incoming: issue.comments = nodeHelper.toMarkDownComments(includeComments)
Jira outgoing: replica.comments = issue.comments
Zendesk incoming: issue.comments += replica.addedComments