Versions Compared

Key

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


Page properties
hiddentrue


Tech review

Status
colourGreen
titletododone

Style guide

Status
colourGreen
titletododone

Page status

Status
colourGreen
titlecomplete

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



Panel

On this page

Table of Contents
exclude(On this page).*
stylecircle
typeflat
separatorpipe



UI Text Box
sizemedium
typeinfo

JWT is a text specialist!

Texts can be provided as fixed values - or literals - in the format described in the table below or they can be retrieved by using field codes.

Fixed values

Texts can be added to any expression as fixed values. How texts are being interpreted depend on the Parsing modes. Usually texts are enclosed by quotes "".

InputDescriptionExample
Valid text valuesA simple text can be added enclosed by quotes unless you are using the Basic text mode. In this case you do not need quotes.


Code Block
"This is a text."


Concatenated text valuesYou can concatenate texts with the + operator. This is useful when text fragments are separated by field codes or parser functions.


Code Block
languagebash
"This is" + " a text." #the result is the same as above "This is a text."


Code Block
languagebash
"This must be done by" + %{issue.dueDate} + ". Thank you!"


Escape character \This character can precede any of the following characters: ", \, n, r, t, f and b in order to invoke an alternative interpretation. 


Code Block
languagebash
"The man said: \"Hello!\"." #the result would be The man said: "Hello!"



Variable values (field values)

Text values of 

Status
subtletrue
titletext
 data type fields can be inserted in any expression as text field codes using the following notation %{...somefield} - e.g %{issue.summary}.

UI Text Box
typeinfo

Any field type or data type can be transformed to text, so any field can be referenced as a text-string value using the following notation: %{issue.somefield}.

If a field has no value ( null), an empty text will be returned.

Cascading Select fields are treated as text fields, where i is the index that represents the level to be accessed. ( i = 0 is used for base level) are notated as %{issue.somefield.i}


Image AddedAvailable functions

Search
placeholderTextSearch through the available functions
cqlancestor = 27066606

Image RemovedAvailable functions

Page properties report
firstcolumnFunction
headingsShort description, Output
sortByTitle
cqllabel = "string_function" and space = currentSpace()


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue