Synchronize Jira Custom Fields Wiki Markup Content to ADO Custom Fields

Originally asked by Vijay on 01 November 2022 (original question)


Team,

We can able to sync the wiki markup content from Jira to ADO for Description and Comments with the help of below two script lines.

While trying to synchronize the data for Wiki Renderer Jira Custom FIelds to ADO Custom Fields, It passed the data as normal text or the below script replaced with custom field name is not working for us.

replica.description = nodeHelper.getHtmlField(issue, “description”)
replica.comments = nodeHelper.getHtmlComments(issue)

Any idea on this.


Comments:

Vijay commented on 01 November 2022

Francis Martens (iDalko / Serhiy Onyshchenko / Ariel Aguilar - Can you guide me on this.

Jose Pablo Alpizar Hidalgo commented on 17 November 2022

Hi Vijay

can you please verify if you want to maintain the format or remove it?