Originally asked by Salvatore Testaguzza on 01 March 2021 (original question)
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?