Transition an Issue on Checklist Completion
Requires Smart Checklist Progress Custom Field → "Smart Checklist Progress" Custom Field set up
Automation rule setup
Go to Project Settings → Automation → click Create rule:
Automation in Project SettingsCreate a trigger
2.1. Choose Field value changed
2.2. Add "Smart Checklist Progress" field to monitor for changes and "Edit work item" as for operator
2.3. Click Next
Check if your Checklist is done
3.1. Add component: Add a condition → Advanced compare condition
3.2. Fill in the fields with the following values:
First value | {{issue.Smart Checklist Progress}} |
---|---|
Choose condition | exactly matches regular expression |
Regular expression | (^$|.*Done) |
3.3. Click Next
Transition Work item
4.1. Add component: Add an action → Transition work item
4.2. Set Destination status: e.g. status:done
4.3. Click Next
Name your new Automation and Turn it on
Name and turn on the rule
You're done! Now every time all Checklist items are completed the Issue will be transitioned to status:done 🎉