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.