Add Checklist Items on Issue Creation
Automatically add Checklist when Issue is Created ⚡️
💡HINT: Automatically add a checklist template on issue creation with field value conditions by setting it as default. Read more → https://railsware.atlassian.net/wiki/spaces/CHK/pages/1294532651
Automation Action: Add Checklist Items new
You can use the Add Checklist Items action in Automation for Jira to import any Smart Checklist into an issue automatically.
Steps to setup automation rule:
Go to Settings → Automation
Open an existing rule or click Create rule to start a new one.
If you are creating a new rule
Select and configure a Trigger (e.g. Issue created).
Add any required Conditions (e.g. Issue Type is Bug).
When all conditions are set up, select Add an action
Search for Add Checklist Items
Click Connect
Add checklist items that you want automatically import to an issue in Markdown format
💡HINT: Read more about checklist Markdown syntax here → https://railsware.atlassian.net/wiki/x/NwBnBQ
Name your rule, save it, and turn it on
You're done!✅ Now every time the automation rule is triggered, the checklist will be imported.
Automation via Checklists Custom Field
Go to Project Settings → Automation → click Create rule:
Automation in Project SettingsCreate a trigger
2.1. Choose Work item created
2.2. Click Next
Define the Issue Type
3.1. Add component: Add a condition
3.2. Add a condition: JQL Condition
3.3. Add a JQL query for defining the Issue Type
issuetype = Bug3.4. Click Next
Add a Checklist
4.1. Add component: Add an action
4.2. Add an action: Edit work item
4.3. Select Checklists field
4.4. Fill in the fields with the following values:
Choose fields to set | Checklists |
|---|---|
Add Checklist in Markdown formatting 👉🏻 | # Bug verification
- add steps to reproduce
- indicate reporter
- assign issue |
Add Checklist template 👉🏻 | {{project.properties."com.railsware.SmartChecklist.templateId.<Template_ID>"}}💡HINT: Read more about templates automation here → https://railsware.atlassian.net/wiki/spaces/CHK/pages/3921543201 |
4.5. Click Next.
Name your new Automation and Turn it on
Name and turn on the automation
You're done! Now, every time a Bug Issue is created, a proper Checklist will be added 🎉