Issue Checklist for Jira is now Checklist for Jira. New name, same great app. Please go here to see our new documentation site.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If you are working with a team-managed project (where validators are not available), you can create an automation rule to reopen any issues that are closed before the checklist is complete:

Reopen Issue If Checklist is Incomplete

  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.

  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.

  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.

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

  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 issue was reopened.

  • No labels