Note

Currently, you cannot sign-up to the community. We're fixing the issue. Sorry for the inconvenience. Please use AIDA (check below) for any queries.

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
})

...