Skip to main content
Skip table of contents

Validate Checklist Complete - Team Managed Projects

Notes

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

  • If you are using this rule in a team-managed project, you first need to add the Checklist Progress and Checklist Progress % custom fields to the project. To add the fields to a project:

    1. Navigate to Project settings > Fields.

    2. Click Add field.

    3. Select the Checklist Progress and Checklist Progress %.

    4. Click Add 2 fields.

Modifications

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

Reopen work item If Checklist is Incomplete

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

  2. Click Create rule.

  3. Select the work item transitioned trigger, and Done as the To status. Click Next.

    Trig.png

  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 work items that have checklists. Click Next.

    Con1.png

  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 work items where the checklist is incomplete. Click Next.

    Con2.png

  8. Select New action and Transition work item. Select the appropriate status and click Next.

    Action.png

  9. Name the rule and click Turn it on.

Tip: You may also want to additional steps to the clear the Resolution and comment as to why the work item was reopened.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.