Versions Compared

Key

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


Page properties
hiddentrue
StatusTech review

Status
titletodo

Style guide

Status
colourYellow
titleReady for review

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

This validator checks the value of a field or a text composed of various custom fields against a regular expression.


Image AddedConfiguration

ui-text-boxexpand
typetitlenote

In this documentation and the condition configuration you will notice the symbol ( * ) next to some parameters, it means that this field is mandatory and shall not be left empty. Fields without the symbol are optional.

Basic configuration*

Below you will find a detailed description of each parameter of the basic configuration for this validator.

Value*

Value

Choose between the two following options:


UI Expand
title
UI Steps
ui-step
Value from field

Select a specific field for the available list.


ui-stepexpand
titleSet value manually (parser expression)

Enter plain text and optionally use Field codes, e.g. %{issue.summary}, to insert field values.

UI Text Box
typetip

Test your expression by clicking the play run button on the top right of the expression box.




UI Expand
titleRegular expression
*
Info
icon
false

Enter plain text and optionally use Field codes, e.g. %{issue.summary}, to insert field values.

UI Text Box
typetip

Test your expression by clicking the play run button on the top right of the expression box.



UI Expand
titleAdditional options

Choose from one of the following options (multi-choice is possible):

Case insensitive matching is done in a manner consistent with the Unicode Standard.

Expressions ^ and $ match just after or just before, respectively, a line terminator or the end of the input sequence. By default, these expressions only match at the beginning and the end of the entire input sequence.

Expression . matches any character, including a line terminator. By default, this expression does not match line terminators.

Input string is treated as a sequence of literal characters. Metacharacters or escape sequences in the input sequence will be given no special meaning. Case insensitive mode retains its impact on matching when used in conjunction with this mode.

When this option is checked, validation will be satisfied if the regular expression is NOT MATCHED by the selected field or entered parsed text.


UI Expand
titleValidation options

Choose from one of the following options (multi-choice is possible):

  • If the transition is triggered by a JWT post function, the validation will be skipped.
  • If the transition is triggered by a bulk operation, the validation will be skipped.
  • If the create transition is triggered by a clone operation, the validation will be skipped.
  • If the create transition is triggered by a mail handler, the validation will be skipped.


UI Expand
titleError message

Add an optional error message to show when validation fails.

Location

Infoui-expand
iconfalse
titleLocation

Define where the error message should be displayed.

Message


UI Expand
Info
iconfalse
titleMessage

Enter plain text and optionally use Field codes, e.g. %{issue.summary}, to insert field values.

UI Text Box
typetip

Test your expression by clicking the play button on the top right of the expression box.


UI Button
titleAdd translation

Infoui-text-box
iconfalse
typeinfo

Click on the Add translation button and choose the desired language to be translated to.

Translations will be displayed based on the user's language setting.




Image AddedUse cases and examples

Page properties report
cqllabel = "use-case" and space = currentSpace() and parent = currentContent()


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
colourYellow
titleReady for review

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


Page properties
hiddentrue


Short descriptionOnly if a field or a parsed text matches or doesn't match a regular expression.
Label