Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

Notes

This rule will check combined progress of both Local and Global Checklists.

Tip

Modifications

This example was created as an alternative to the ensure all checklist items complete validator, which is not currently currently available for Team-managed (Next-gen) projects. As an alternative, you can modify the rule to run on a schedule and check if any issues have been closed without the checklist being complete.

...

  1. Navigate to Project Settings > Automation (or Jira Settings > System > Automation rules).

  2. Click Create rule.

  3. Select the Issue transitioned trigger, and Done as the To status. Click Save.

    Image RemovedTrig.pngImage Added

  4. Click New condition and select Advanced compare condition.

  5. Put {{issue.Checklist Progress}} as the First value; does not equal as the Condition; and Empty as the Second value. This will ensure that the rule is only applied to issues that have checklists. Click Save.

    Image RemovedCon1.pngImage Added

  6. Click New condition and select Advanced compare condition.

  7. Put {{issue.Checklist Progress %}} as the First value; does not equal as the Condition; and 100.0 as the Second value. This will check for issues where the checklist is incomplete. Click Save.

    Image RemovedCon2.pngImage Added

  8. Select New action and Transition issue. Select the appropriate status and click Save.

    Image RemovedAction.pngImage Added

  9. Name the rule and click Turn it on.

...