Workflow Validators
Regex Validator
Description: This validator checks that input value to a custom field satisfied the Regex.
Configuration: You must specify the custom field and Regex. The custom field values will be matched by the Regex. Optionally may specify custom error message.
Example: You can check that Story Points are integer value.
Unique Field Value Validator
Description: This validator checks how many different values exist for a issue field.
Configuration: You must specify the JQL in which result field values of issues will be compared, issue field which values will be compared, count that is the maximum allowed non-unique values of the field in JQL result and alternative error message.
JQL Validator
Description: This validator allows to check count of issue of JQL result. Also allows to specify error message.
Configuration: You must specify JQL (use %THIS% to point current issue) and count of issues which should be same as result JQL count. Also there is ability to set alternative error message if comment is not provided.
Example: You can check that already there is issue with the same summary.
- Singular Status Validator. This validator checks that there are no issues in a status.
- Links Validator. This validator checks that there are no linked issues in the set statuses.
Comment Validator
Description: This validator requires transition comment for all except of the groups. Also allows to specify error message.
Configuration: You might specify the groups which users can omit provide comment. Also there is ability to set alternative error message if comment is not provided.
Workflow Conditions
- Limit By Status Condition. Limits maximal count of issues with a specified status for a single user.
- Has Attachments AM Condition. Check that an issue has attachments
- Has Links AM Condition. Check that an issue has links