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


UI Text Box
typetip

If you want to convert the given text to lower case, have a look at the toLowerCase() function.



Image AddedUse cases and examples

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


Page properties
hiddentrue


Short description

Converts a given text with all characters to upper case.

Output

Status
subtletrue
titletext