Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This function replaces HTML escapes with their corresponding Unicode characters.


Code Block
languagebash
titleSyntax
linenumberstrue
unescapeHTML(text) #Output: Text


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
unescapeHTML("JWT & Jira = <3")


This example returns

JWT & Jira = <3



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
text

Status
subtletrue
titletext

Any given text that might contain escaped HTML characters.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext


UI Text Box
typetip

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



Use cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_unescapehtml" and space = currentSpace()


Page properties
hiddentrue
id1


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:

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





Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Replaces HTML escapes with their corresponding Unicode characters.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourBlue
title2.2.30

Label