Versions Compared

Key

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

...

  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.

    Image RemovedImage Added


  3. Add any appropriate conditions and save.

    Image Removed


    Image Added

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

  5. You will need might want to add the title of the checklist proceeded by three dashes , and 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 title and custom field ID to iterate through the dropdown list and display the selected value):

    Code Block
    --- Checklist Title
    {{#customfield_10070}}
    * [open] {{.}}
    {{/}}
    Image Removed


    Image Added

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