Versions Compared

Key

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

...

Info

We will use "Update Issue Custom Field" post function to modify "Checklist Content YAMLText" custom field. 

  1. Prepare the Checklist that you want to add at certain workflow step:
    • Add checklist to the issue.
    • Copy checklist to the clipboard using "Copy checklist as YAML" optionfrom Editor. We will use the copied value later.
  2.  Edit your workflow transition (the one that should modify Checklist) and add post function "Update Issue Custom Field":
    • Go to your JIRA/Project configuration.
    • Edit workflow and find your transition.
    • Add new post function "Update Issue Custom Field" and add new value for a "Checklist Content YAMLText" field (paste the value copied in point 1)

     Image RemovedImage Added
  3. Test your setup (move issue through the transition changed above and watch checklist items added to the issue)

...