Transition an Issue on Checklist Completion
Automatically transition an issue when checklist is completed ⚡️
Overview
You can automatically transition an issue when all checklist items are completed, saving time and reducing manual updates ✅
For example, move an issue to “Ready for Release” when the QA checklist is done, or transition it to “Done” when the Onboarding checklist is completed.
Automation rule setup
Go to Settings → Automation → Click Create rule.
Add a Trigger
Add Field value changed trigger
Add "Smart Checklist Progress" field to monitor for changes and "Edit work item" as for operator
Field value changed trigger
Add condition to check if your Checklist is done
Add “{{smart values}} condition”
{{smart values}} condition componentFill in the fields with the following values:
First value | {{issue.Smart Checklist Progress}} |
|---|---|
Choose condition | exactly matches regular expression |
Regular expression | (^$|.*Done) |
Add an action to transition an issue
Add “Transition work item“ action
Transition work item actionSet Destination status: e.g. done
Transition work item
Name your rule, save it, and turn it on.
You're done!✅ Now every time all Checklist items are completed the Issue will be transitioned to done