Versions Compared

Key

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

...

Property Name

Code Block
com.railsware.SmartChecklist.checklist

Value

 

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

Code Block
{{issue.fields["Checklists"]}}
Code Block
- verify Acceptance Criteria
- test on Staging Enviroment
- test core functionality
- smoresmoke test per application 

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

Code Block
- verify Acceptance Criteria
- test on Staging Enviroment
- test core functionality
- smoresmoke test per application 

...

3.5. Save Post Function by clicking Add

...