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: 

Auto transition an Epic to Done status once all the child issues are resolved/closed.

nallu
October 14, 2019

Can anyone please suggest me better way to auto transition an Epic to Done status once all the child issues are closed. 

 

We have script runner plugin installed and I have tried with Post Function and Script Listener. But that doesn't work out since it is not waiting until the indexing gets complete. 

Here is my post for that - https://community.atlassian.com/t5/Jira-questions/How-to-make-the-post-function-script-to-wait-until-the-re/qaq-p/1201997

 

Thanks in Advance!! 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Paul Mata
November 26, 2019

It may not be an elegant solution, but maybe you can just put in a delay to wait for the re-indexing to complete?

Thread.sleep(5000)