Additional validators and conditions enable you to perform checks in Jira based on a certain criteria:
Table of Contents | ||||
---|---|---|---|---|
|
Workflow validators
Workflow function | Description | Parameters |
---|---|---|
Regex Validator | Checks that input value to a custom field satisfies the Regex expression. Configuration: You must specify the custom field and Regex. The custom field values will be matched by the Regex. Optionally, you can also specify a custom error message. | You can check that story points are integer. |
Unique Field Value Validator | Checks how many different values exist for a certain field in the ticket. Configuration You must specify
| |
JQL Validator | Checks the count of issues in a JQL result. Configuration |
| You can check that there is already an issue with the same summary.
| |
Comment Validator | This validator requires a transition comment for all users except those specified in the exception group(s). Configuration
|
Example for a Comment Validator
...
Select the Condition option you need and click Add.
Workflow condition | Description | Examples |
---|---|---|
Limit By Status Condition | Limits the maximal number of issues with a specified status for a single user. Configuration You must specify the maximum number of issues with a specified status for a single user. | |
Has Attachments AM Condition | Checks whether an issue has attachments. | |
Has Links AM Condition | Checks whether an issue has links. |