The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Using Groovy, how can I check all coding sub-task to make sure they are in Review state before moving the parent to Review?

Using Groovy, how can I check all coding sub-task to make sure they are in Review state before moving the parent to Review?

Mark Willmann
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!
November 9, 2016

I am attempting to automate our teams workflow as much as possible and one thing I am looking to do is update the Parent Status when all Coding Sub-task have moved to "Review". If any coding subtask is still "In Progress", then I do not want to move the parent.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mark Willmann
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!
November 9, 2016

I am using the JMWE plugin if that is of any help