Introduction

This page describes how to modify Checklist during issue transition (i.e. when issue is being moved to a different state in the workflow).

This feature allows to accomplish following example scenarios:

Add / Replace checklist on transition

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

  1. Prepare the Checklist that you want to add at certain workflow step:
  2.  Edit your workflow transition (the one that should modify Checklist) and add post function "Update Issue Custom Field":

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

Remove checklist on transition

Removing checklist can be achieved with "Clear Field Value" post function.

Append checklist on transition