This function replaces HTML escapes with their corresponding Unicode characters.


unescapeHTML(text) #Output: Text



Parser expressionDescription


unescapeHTML("JWT & Jira = <3")


This example returns

JWT & Jira = <3



Parameters used in this function

ParameterInput (data type)Description
text

Any given text that might contain escaped HTML characters.



This function returns a


If you want to achieve the opposite try using escapeHTML() instead.



Use cases and examples



Parser function cloud
Map(question)
Notes

It's not really necessary a workaround, because, for example, if the HTML escapes are in the description and in the summary, then we can just do the following:

issue.summary
//or
issue.description.plainText //Because it's rich text







Status
Tech review

Style guide




Short description

Replaces HTML escapes with their corresponding Unicode characters.

Output

Available since

Label