stripHtml

    Signature

    Helper nodeHelper
    Signature
    stripHTML(String HTMLText)
    Description

    Removes the HTML from the text

    Introduced in

    Example use

    Remove the HTML tags from the description

    replica.description    = nodeHelper.stripHtml(issue.description)

    By default, text fields on the Azure DevOps side have HTML tags. Use this method to remove HTML tags from any text fields when syncing.