Running in JIRA Cloud. We have the JWME add-on if that is useful...
In one of our workflows when a new issue is created it is set to "TO GROOM". I want to automagically transition that issue to "TO DO" when it is added to a Sprint.
How would I be able to implement this?
Hi @Matt Mace,
You need to develop a custom app to capture the generic event and check if Sprint field value has changed in the change items. If Yes, then you should put in the code to change the issue status. Hope this helps.
Refer :
Regards,
Ravi Varma
In that case, you can try the following steps:
You may need to do some R&D on this solution.
Regards,
Ravi Varma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.