Note: This helper is incompatible with stripHtml.
Signature
| Helper | nodeHelper |
| Signature | getHtmlField (issue, "description") |
| Description |
Converts issue fields from Markdown into Html. You can enter an issue field you want to sync instead of
|
| Introduced in | 5.0.56 |
Example use
With this snippet you can convert issue fields into HTML:
replica.description = nodeHelper.getHtmlField(issue, "description")