Versions Compared

Key

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

...

Entity type

Code Block
Issue

Property Key

Code Block
com.railsware.SmartChecklist.checklist

Property Value

 

If you want to append Checklist Items - add the following at the beginning and Checklist items in Markdown formatting 👉🏻

Code Block
{{issue.properties."com.railsware.SmartChecklist.checklist"}}
Code Block
# Definition of Done
- Peer review
- System testing
- Regression testing
- Documentation

If you want to replace the Smart Checklist - just add Checklist items in Markdown formatting 👉🏻

Code Block
# Definition of Done
- Peer review
- System testing
- Regression testing
- Documentation 

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

Code Block
{{project.properties."com.railsware.SmartChecklist.templateId.<Template_ID>"}}

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

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

💡HINT: Read more about templates automation here → Use Templates in Automations

...