Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RequiresChecklists Custom Field→ "Checklists" Custom Field set up
Tip

Add your custom Checklist every time the Issue is created ⚡️

Panel
panelIconId1c962329-b0c7-474c-9c15-426a686c12f8
panelIcon:logo:
panelIconText:logo:
bgColor#DEEBFF

This flow can also be achieved by the built-in Templates functionality of Smart Checklist.
Read more here → Set a Template as Default

...

Entity type

Code Block
Issue

Property Key

Code Block
com.railsware.SmartChecklist.checklist

Property Value

 

Add Checklist in Markdown formatting 👉🏻

Code Block
# Bug verification
- add steps to reproduce
- indicate reporter
- assign issue

...

If you want to append the template to the Smart Checklist 👉🏻

Code Block
{{issue.properties."com.railsware.SmartChecklist.checklist"}}
{{project.properties."com.railsware.SmartChecklist.templateId.<Template_ID>"}}
Panel
bgColor#DEEBFF

You can also automate Smart Checklist Templates in Automation rules 🚀

💡HINT: Read more details here → Use Templates in Automations

...

4.4. Save Action

  1. Name your new Automation and Turn it on

...