Versions Compared

Key

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

...

You must select the field  to validate and enter the regular expression. For example:

Image RemovedImage Added

For information on how to configure a validator in JIRA, see the JIRA documentation.

(info)(info) Be careful what kind of regular expressions you are using. Some might be exploited by a malicious person. See ReDoS . It is your responsibility as JIRA administrator to only use safe regular expressions.

Include Page
Custom Error Message
Custom Error Message

Example

A workflow is configured so that the 'Resolve' transition has the 'Regular Expression Check' validator where 'TextField' has to match '[a-z]*'. If a user attempts to resolve an issue on this workflow, where the 'TextField' is for example '7 pieces', the validation will fail, and the transition will not be completed. However 'pieces' as content would be allowed.

...