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
We use exalate to sync between jira and github issues. I have followed the instructions here:
https://docs.idalko.com/exalate/display/ED/How+to+sync+GitHub+Flavored+Markdown+and+Jira+Cloud+Markdown
but the description in Jira still looks terrible after syncing. the code snippets become totally unformatted text, and the usual finger pointing icons from github get translated into something like this:
<g-emoji class="g-emoji" alias="point_right" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f449.png">
�
</g-emoji>
in Jira incoming I have:
issue.description = nodeHelper.toMarkDownFromHtml(replica.description)
and in github outgoing I have:
replica.description = nodeHelper.getHtmlField(issue.description)
Any idea how we can improve this?