/
Add Checklist based on an Issue Field Value on Issue Creation

Add Checklist based on an Issue Field Value on Issue Creation

Add Smart Checklist Templates to your Issue based on Filed Value right after the Issue is created⚡️

☝🏼IMPORTANT NOTE: Automations using entity properties no longer work with the Forge app. Please update your setup to use the Checklists custom field instead.
Learn more → Migrating Smart Checklist to Forge

Automation rule setup

  1. Go to Project Settings → Automation → click Create rule:

    image-20250319-113249.png
    Automation in Project Settings
  1. Create a trigger

2.1. Choose Work item created

2.2. Click Next

image-20250319-153537.png
Work item created trigger
  1. Add your Custom Value

3.1. Add component: Add a condition

image-20250319-153922.png
Condition component

3.2. Add a condition: Work item fields condition

image-20250319-154042.png
Work item fields condition

3.3. Select the needed Issue Field

3.4. Choose the condition equals (in any order)

3.5. Add the value of your Field

image-20250319-154439.png
Work item fields condition component

In this case, we will add a Checklist if the Issue contains a testing component.
You are free to choose a Custom Field value based on your needs 🙌🏻

3.6. Click Next

  1. Add a Checklist or Template

4.1. Add component: Add an action

image-20250319-154659.png
Action component

4.2. Choose Edit work item

image-20250319-154819.png
Edit work item action

4.3. Select Checklists field

image-20250319-155058.png
Checklists field is selected

4.4. Fill in the fields with one of the following values:

Choose fields to set

Checklists

Choose fields to set

Checklists

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

image-20250319-155206.png
Value for the Checklists field

4.5. Click Next

  1. Name your new Automation and Turn it on

    image-20250319-155323.png
    Name and turn on the rule

You're done! Now every time an Issue with a defined Custom Field value is created - a proper Checklist or Template will be added 🎉

Related content