Versions Compared

Key

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

Details TBD.

Draft steps:

...

Trigger: When issue created/transitioned/updated.

...

Condition: e.g., issue type equals the needed one.

...

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.

    Image Added


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

    Image Added


  3. Add any appropriate conditions and save.

    Image Added

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

  5. You will need to add the title of the checklist proceeded by three dashes, and will also need the custom field ID of the dropdown field. 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 InformertTitle
    {{#customfield_1014210070}}
    * [open] {{.}}
    {{/}}

...


  1. Image Added

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