/
Create checklist item from dropdown selection

We have a new documentation site. Please go here to see the latest.

Create checklist item from dropdown selection

This example demonstrates how to create a checklist with the item selected from a custom dropdown field.

  1. Ensure the Save checklist data to Jira custom fields option is enabled.



  2. To create your automation rule, use Issue updated as the trigger. Save.



  3. Add any appropriate conditions and save.


     

  4. Select Edit issue as the action and Checklist Text as the field to be edited.

  5. You might want to add the title of the checklist preceded by three dashes as shown below.
    You will also need the custom field ID of the dropdown field. Read how to find a custom field ID.
    Add the following text (with the correct custom field ID to iterate through the dropdown list and display the selected value):

    --- Checklist Title {{#customfield_10070}} * [open] {{.}} {{/}}



     

Save and publish the rule. Note that when an issue is updated, you may need to refresh to see the new checklist.

 

Related content

Add checklist when custom field gets particular value (issue create)
Add checklist when custom field gets particular value (issue create)
Read with this
Checklist Custom Fields
Checklist Custom Fields
Read with this
Enable / disable custom fields integration
Enable / disable custom fields integration
Read with this
Add label when checklist item is completed
Add label when checklist item is completed
Read with this