Versions Compared

Key

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


UI Text Box
sizemedium
typeinfo

This function converts a given text with all characters to upper case.


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


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
toUpperCase("heLLo WORLD!")


This example returns

HELLO WORLD!


Code Block
languagebash
linenumberstrue
toUpperCase("Jira Workflow Toolbox!")


This example returns

JIRA WORKFLOW TOOLBOX!



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
text

Status
subtletrue
titleText

Any given text.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titletext



Use cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Parser functions
cqllabel = "parser_func_touppercase" and space = currentSpace()


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

Converts a given text with all characters to upper case.

Output

Status
subtletrue
titletext

Available since

Status
subtletrue
colourRed
titleneeds lookup

Label