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!
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:
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:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.