You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

On this page

This condition is for checking the value of a field or a text composed of various custom fields against a regular expression.

In this documentation and the post function 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 condition.

Value*

Choose how to set the value:

Choose Value from field

Then select a specific field from the given list

Or set value manually (parser expression)

Then enter plain text and optionally use field codes, e.g. %{issue.summary}, to insert field values that will be replaced at runtime.

Additional options

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

  • Case insensitive - Case insensitive matching is done in a manner consistent with the Unicode Standard.
  • Multiline - Expressions ^ and $ match just after or just before, respectively, a line terminator or the end of the input sequence. By default, (comma) these expressions only match at the beginning and the end of the entire input sequence.
  • Dot all - Expression "." matches any character, including a line terminator. By default (comma), this expression does not match line terminators.
  • Literal - 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.
  • Negate condition -When this option is checked, validation will be satisfied if the regular expression is NOT MATCHED by the selected field or entered parsed text.

If you still have questions, feel free to refer to our support team.