LLefryx

Documentation For admins

Workflow validators Admin

Validators stop an issue from moving through a transition while checklist items are still open. The app provides two:

ValidatorBlocks the transition when…
Check that all items are completeany item on any of the issue's checklists isn't Done
Check that all mandatory items are completeany mandatory item isn't Done — optional items can stay open

Add a validator to a transition

  1. Open the project's workflow in the workflow editor.
  2. Select the transition to guard — typically the one into Done.
  3. Add a validator and choose one of the two above.
  4. Save or publish the workflow.

Editing a company-managed workflow requires Jira administrator permission; in team-managed projects, project admins can edit the workflow.

What your team sees

When someone tries the transition with open items, Jira keeps the issue where it is and shows why, naming each checklist that still has open items:

Cannot transition because there are incomplete checklist items in: Definition of Done.

With the mandatory validator:

Cannot transition because there are incomplete MANDATORY items in: Definition of Done.

Mark the listed items Done and try again.

How items are evaluated