Back to nodeHelper
AZURE DEVOPS HP ALM/QC
Signature
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.
Back to nodeHelper