Jira Expression Validator

Validates that the specified Jira expression evaluates to true.

Jira expression*

Expression is required. If the expression evaluates to false, the transition will not be executed, and the user will be prompted with a message to fix the errors.

Read more about writing expressions in Writing Jira expressions.

Jira expression must return the Boolean type (true or false). You won't be able to save configuration otherwise.

Validation message

Override generic message displayed to the user when Jira expression evaluates to false.

Read more about writing validation messages in Writing validation messages.

Validation message expression must evaluate to String. You won't be able to save configuration otherwise.

Check out more examples on the Use cases page.

Last updated