Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Generating checklist automatically in an issue when it is moved from one status to the next one

bbonifaz@lledoiluminacion.pe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 3, 2018

Hey, I want to know if there is any way to configure the status or transitions on a board so when you move an issue from one status onto another the issue automatically gain the prestablished checklist on itself. This is kinda different compared to when you want to verify that the checklist on an issue is completed before moving it to another status, this is moreless validating the checklist had been done, and what I want to do is generating new checklist progressively as it is moving forward from one status onto another one.

 

Please I trust some of you will have the perfect solution for this requirement.

 

Thank you very much!

1 answer

2 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 4, 2018

Hello,

If you are on Cloud then you can use the Update Issue Custom Field post functions. 

If you are on Server, you can do it with the Power Scripts add-on:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

With this add-on you can create a post function with a code like this:

#{checkbox name} = " value";

This post function will set a value to the required field upon transition.

You can find more about post functions here:

https://confluence.cprime.io/display/JJUPIN/Customizing+workflows#Customizingworkflows-Forpostfunctions:

Suggest an answer

Log in or Sign up to answer