Originally asked by Harold Oconitrillo on 03 October 2023 (original question)
We have an Exalate integration between Exalate and JSM Cloud. A text field in Exalate sync to a text field in Jira.
When that text field contains a bullet list the line after the list is put in the last bullet too.
I added an example. White screenshot is from Azure Devops. Dark screenshot from Jira.
A debug.error shows me the following HTML coming from Azure Devops
<div>Hello, </div><div><br> </div><div><ul><li>ONE </li><li>TWO </li> </ul><div>Three</div>
This is our code:
issue.customFields.“Public Comment”.value = nodeHelper.toMarkDownFromHtml(replica.customFields.“Public Comment”.value)
Any chance the toMarkDownFromHtml function contains a bug?