Add Checklist based on an Issue Field Value on Issue Creation
You can automatically add a Smart Checklist (or template) to newly created issues based on any field value ⚡️
Set up the automation rule
Go to Project settings → Automation → Create rule.
Trigger: choose Work item created and click Next.
Add a condition based on field value
Click Add component → Add a condition.
Choose Work item fields condition.
Select the field you want to check (e.g. Component or a Custom field).
Set condition to equals (in any order) and specify the value.
Example: add a checklist only if the issue has a Testing component.
Click Next.
Add Checklist content
There are two ways to add Smart Checklist content.
Option A - Use Edit work item → Checklists field
Click Add component → Add an action.
Choose Edit work item.
Select the Checklists field.
Fill it with one of the following:
Add Checklist items in Markdown formatting 👉🏻 | # Regression Testing
- Identify test cases
- Execute the test cases
- Record the results
- Document any defects found |
Add the template to the Smart Checklist 👉🏻 | {{project.properties."com.railsware.SmartChecklist.templateId.<Template_ID>"}}💡HINT: Read more about templates automation here → Use Templates in Automations |
Click Next, then Name your rule and Turn it on.
You’re done! Every time an issue with the defined field value is created, the appropriate checklist or template is added 🎉
Option B - Use Add Checklist Items automation action new
Use this when you prefer the dedicated Smart Checklist action and want to work purely with Markdown.
Steps to setup automation rule:
In the same rule, click Add component → Add an action.
Search for and select Add Checklist Items.
Click Connect.
Add the checklist items you want to import in Markdown format
💡HINT: Read more about checklist Markdown syntax → https://railsware.atlassian.net/wiki/x/NwBnBQ
Name your rule (or keep the existing name), save it, and Turn it on.
You're done! ✅ Now every time the automation rule is triggered, the checklist will be imported.
Which option should I choose?
Edit work item → Checklists (Option A)
Best when you’re already editing other fields.
Required if you want to apply a template by ID.
Add Checklist Items action (Option B)
Best when you want a dedicated, focused checklist action.