Page tree
Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

Masked Secure Text Field for Jira enables to restrict its value from reading by unauthorized users. Additionally, it allows controlling data entry formats so that entered data is valid. For example, a text editor should only accept phone numbers or an email field might have a validation rule that disallows entering an email address that is incorrectly formatted.

Field configuration

Configure parameters for the Secure Masked Text

Mask regular expression - allows specifying a pattern that the entered text should match.

Validation regular expression - set of valid characters.

Validation error message - general error message if the validation checks fail. You can define your own custom message to display in case of errors.

Mode

If Standard mode is being used (by default), an error message is not thrown in case of invalid input. However, all field characters will be masked.

Strong mode - alert users of errors i


  • No labels