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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegroovy
themeRDark
titleAzure DevOps incoming sync
collapsetrue
// WikiToHtml Class Start
// paste the WikiToHtml Class here.
// WikiToHtml Class End

WikiToHtml convert = new WikiToHtml(nodeHelper, workItem.project?.name)

workItem.comments     = commentHelper.mergeComments(workItem, replica, {c ->
  c.body = convert.wikiToHTML(c.body)
  c
})

...