Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Current »

Add Smart Checklist Templates to your issues based on the Issue Filed Value ⚑️

1. Go to Project Settings β†’ Automation β†’ click Create rule:

  1. Create a trigger

2.1. Choose Field value changed

2.2. Choose a field or fields to monitor the changes and change type

2.3. Save trigger

  1. Add the Issue Value you want to monitor

3.1. Add component: Add a condition

3.2. Choose the field you want to monitor

3.3. Choose the condition

3.4. Type value

3.5. Save action

You are free to define your own Custom Value. In this case we will append the Template to the Smart Checklist if Issue contains the label with the ONBOARDING value πŸ™ŒπŸ»

4. Add a Checklist Template

4.1. Add component: Add an action

4.2. Choose Set entity property

4.3. Fill in the fields with the following values:

Entity type

Issue

Property Key

com.railsware.SmartChecklist.checklist

Property Value

If you want to append the template to the Smart Checklist πŸ‘‰πŸ»

{{issue.properties."com.railsware.SmartChecklist.checklist"}}
{{project.properties."com.railsware.SmartChecklist.templateId.<Template_ID>"}}

If you want to replace the Smart Checklist with the template πŸ‘‰πŸ»

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

4.4. Put the ID of the Template you want to add instead of <Template_ID>

☝🏼NOTE: You can find the Template ID by going to Issue β†’ Smart Checklist β†’ 3 dots menu β†’ Manage Templates β†’ Expand the Template you are looking for β†’ Copy the Template ID βœ…

Check out more about Templates IDs here β†’ Use Templates in Automations

4.5. Save Action


5. Name your new Automation and Turn it on

You're done! Now every time an Issue contains the ONBOARDING label or other Issue Values - the proper template will be added to your Smart Checklist πŸŽ‰

πŸ’‘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 Field value changed

  4. Add the Issue Value you want to monitor

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

  6. Add template to the checklist

    image-20240108-093000.png
  7. 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 πŸ™ŒπŸ»


πŸ“« Don’t hesitate to get in touch with us for any questions or feature requests!

  • No labels