Versions Compared

Key

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

Insert excerpt
Get Started
Get Started
namecontent-at-the-top
nopaneltrue

Tip

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

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

Image RemovedImage Added
  1. Create a trigger

2.1. Choose Issue transitioned 

Image RemovedImage Added

2.2. Choose From status (e.g.

Status
titleto do
) and To status (e.g.
Status
colourBlue
titlein progress
)

2.3. Save trigger

  1. Add a Checklist

3.1. Add component: Add an action

3.2. Add an action: Set entity property

3.3. Fill in the fields with the following values:

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 the template to the Smart Checklist 👉🏻

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

If you want to replace 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

3.4. Save Action

  1. Name your new Automation and Turn it on

You're done! Now every time an issue is transitioned from

Status
titleto do
to
Status
colourBlue
titlein progress
, the proper checklist will be appended to your issue 🎉

Panel
bgColor#DEEBFF

💡HINT: This flow can also be achieved by using the Checklist custom field. Just follow these steps:

  1. Set up a custom field →"Checklists" Custom Field set up

  2. Navigate to Automations for Jira to create a rule

  3. Choose the trigger Issue transitioned from

    Status
    titleto do
    to
    Status
    colourBlue
    titlein progress

  4. Choose the Edit issue fields action and pick the Checklists field

  5. Add checklists items to the field

    image-20240108-085415.png
  6. Save the action

You are free to choose the way to set up the automation rule that suits you. Both flows will have the same outcome 🙌🏻

Insert excerpt
Get Started
Get Started
namesupport-email
nopaneltrue