Checklist Items Status Check

Explore two use cases demonstrating how automation can be applied to checklist item statuses. These scenarios are just examples. Feel free to create rules based on your specific needs.

 

Use Case 1: Email Notification for Incomplete Checklist Items in Done Issues

 

If you want to receive automatic notification when an issue is moved to the Done status without all checklist items being completed.

 

How to Create Rule

 

  1. Select the Gear icon, and then select Issues.

  1. On the left-side menu, select Custom fields.

  1. In the search box, enter Closed checklist items.

In the search results, Closed checklist items will appear.

  1. On the left side of the page, select three dots.

  2. Hover the mouse over View field information, right-click, and then select Open link in new tab.

For future steps, you will need this custom field ID. Keep the page open to copy and paste the ID once you need it.

 

 

  1. Return to the Custom field page, and then repeat all steps for Total number of checklist items.

For future steps, you will need this custom field ID. Keep the page open to copy and paste the ID once you need it.

 

 

  1. Return to your project, and then select Project settings.

 

 

  1. Select Automation.

 

  1. Select Create rule.

 

  1. Select Issue triggers, and then select Issue transitioned.

 

  1. Select the required statuses, and then select Next.

 

  1. Select IF: Add a condition.

 

  1. Select JQL condition.

 

  1. Enter the following query, and then select Save:

cf[ID] != 0

where ID is a custom field ID of the Total number of checklist items field (step 6).

 

  1. Select IF: Add a condition.

 

  1. Select {{smart values}} condition.

 

  1. In the First value* field, enter the ID of the Total number checklist items field in the following format:

{{customfield_ID}}

  1. In the Second value field, enter the ID of the Closed checklist items field in the following format:

{{customfield_ID}}

  1. In the Condition field, select does not equal.

  1. Select Next.

 

  1. Select THEN: Add an action.

 

 

  1. Select Send email.

 

  1. In the To* field, select the recipient(s).

  2. In the Subject* field, enter the required email title.

  1. In the Content* field, enter a short message.

  1. Select Next.

 

  1. Select Turn on rule.

 

  1. Select the name for your rule, and then enter it into the corresponding field.

  2. Select who can edit this rule, and then select Turn on rule.

 

 

Use Case 2: Mark Issues as Done When All Checklist Items Are Completed

 

If you want an issue to be automatically moved to the Done status when all checklist items are completed.

 

How to Create Rule

 

  1. Select the Gear icon, and then select Issues.

  1. On the left-side menu, select Custom fields.

  1. In the search box, enter Closed checklist item.

  1. On the left side of the page, select three dots.

  2. Hover the mouse over View field information, right-click, and then select Open link in new tab.

 

  1. Return to the Custom field page, and then repeat all steps for Total number of checklist items.

 

  1. Return to your project, and then select Project settings.

 

 

  1. Select Automation.

 

  1. Select Create rule.

 

  1. Select Issue triggers, and then select Issue updated.

 

 

  1. Select Next.

 

  1. Select IF: Add a condition.

 

  1. Select JQL condition.

 

  1. Enter the following query, and then select Save:

cf[ID] != 0 AND cf[ID] != 0

where ID is a custom field ID you’ve got in steps 5 and 6.

 

  1. Select IF: Add a condition.

 

  1. Select {{smart values}} condition.

 

  1. In the First value* and the Second value fields, enter the following values respectively:

{{customfield_ID}} where ID is the ID of the Total number checklist items field, and

{{customfield_ID}} where ID is the ID of the Closed checklist items field.

  1. In the Condition field, select equals.

  1. Select Next.

 

  1. Select THEN: Add an action.

 

  1. Select Transition issue.

 

  1. In the Destination status field, select DONE, and then select Next.

 

  1. Select Turn on rule.

 

  1. Select the name for your rule, and then enter it into the corresponding field.

  2. Select who can edit this rule, and then select Turn on rule.