Validators

Validators are used to validate the input made on the transition screen after the transition is triggered

Jira Misc Workflow Extensions makes the following Validators available to Jira administrators:

  • Build-your-own (scripted) ValidatorA workflow validator that is based on the result of a Jira expression.  
  • Comment Required ValidatorA workflow validator that forces users to enter a comment during a transition. If the user does not enter a comment, a custom error message will be displayed.
  • Field Required ValidatorA workflow validator that ensures the specified field or fields have a value during a transition.
  • Linked Issues ValidatorA workflow validator that ensures the issues linked to the current issue (existing and ones added during the transition) have certain characteristics. The transition to which the validator is added will pass only when the linked issues respect these characteristics.
  • User ValidatorA workflow validator that can validate that either the current user or users in a specific field meet certain criteria, such as being the reporter or assignee, belonging to certain groups or project roles, satisfying a Jira expression, etc.
  • Linked Issues Status ValidatorA workflow validator which ensures that the current issue's linked issues have a status value matching the status values you’ve configured.