We have a new documentation site. Please go here to see the latest.

Transition Issue When a Given Item is Complete

This rule transitions the issue when a given checklist item is completed.

 

Limitations

If you are using Checklist for Jira ENTERPRISE, this rule will not work on issues with Global Checklists as Global Checklists are not synced with the Checklist Text field.

 

Modifications

This example uses the Field valued changed trigger. You can modify the rule to use another trigger. Do not use the generic Issue updated trigger because when a checklist item status changes, an “issue updated” event is sent by Jira which will make the automation rule run repeatedly.

Transition Issue When a Given Item(s) is Complete (Statuses disabled)

  1. Ensure the Save local checklist items to Jira custom fields global setting is enabled.

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

  3. Click Create rule.

  4. Select Field valued changed trigger and Checklist Text as the field to be monitored. Click Save.

  5. Click New condition and select Issue fields condition.

  6. Select Checklist Text in the Field dropdown, and contains in the Condition dropdown.

  7. Type [x] Item text , substituting the text of the indicated checklist item, in the Value dropdown.

  8. Click Save.

  9. Click New action and select Transition issue.

  10. Select the Destination status and click Save.

  11. Name the rule and click Turn it on.

Transition Issue When a Given Item(s) is Complete (Statuses enabled)

  1. Ensure the Save local checklist items to Jira custom fields global setting is enabled.

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

  3. Click Create rule.

  4. Select Field valued changed trigger and Checklist Text as the field to be monitored. Click Save.

  5. Click New condition and select Issue fields condition.

  6. Select Checklist Text in the Field dropdown, and contains in the Condition dropdown.

  7. Type [Done] Item text , substituting the text of the indicated checklist item, in the Value dropdown.

  8. Click Save.

  9. Click New action and select Transition issue.

  10. Select the Destination status and click Save.

  11. Name the rule and click Turn it on.