RegExp validation Custom Field
Table of Contents
Description
RegExp validation custom field is field that can validate input value using Java regular expressions
Adding a custom field
- Please fallow JIRA Admin guide for Adding a custom field
- Find and add proper custom field
Configuring a custom field
- Please fallow Jira Admin guide for Configuring a custom field
- For field specific configuration please fallow guides for configuring details on chosen field
Configure RegExp validation field
Scheme Configuration for RegExp validation custom field will summaries configuration for your field.
Element | Description | Preview |
---|---|---|
Regular expression | Regular expression used for input validation. Please fallow JAVA guide for regular expressions. | |
Test regular expression | When expression is saved then this form allows you to test your expression. | Test if expression validates emails properly |