can I create an automation for putting a Epic in progress once any task within an Epic is moved into progress status?
sometimes the Epic is in backlog, but some tasks are starting to get some traction and move work to in progress but the Epic remains in backlog until I go to check.
Thanks!
Here is a rule that I created that does just that.
I am assuming that this solution is for Cloud. The original poster had the data-center tags, so I assumed that they were using Data Center so, if they are using Cloud, then my answer is not appropriate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And if they are using Data Center, then my answer is not appropriate. However, I am assuming they would be using Cloud now since Data Center no longer is being supported as of 02/15/24.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Server is no longer being supported as of 02/15/24. As of now, there is no EOL date for Data Center.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Collista Lewingdon that worked marvelous. ⭐️⭐️
even I’m using Server Jira, that helped.
thanks a los for your help!
regrads!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you all for your answers… unfortunately I’m not able to use any plugin or install anything.
so, @Collista Lewingdon solution worked perfectly for me.
Regards!
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.
Hello @Enmanuelor Ortiz Lopez
Can you clarify if your Epics and tasks are in same project, even if not same project, you have scope to update Epic in different project
If above condition is met, see this thread comment by @Bill Sheboy.
If Epics are in different projects and you dont have scope to update, then it can be achieved but needs scriptrunner or equivalent to establish a rule where your Epics live, if no such add-on, you could use Rest API route.
Of course easiest is, all are in same project or you have scope.
Please review and let us know how your projects are set up and if questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are a couple different ways of doing this, depending on which plugin(s) you have.
If you have JSU, there is a Linked Transition (JSU) post-function that you can put on your task workflow when it transitions into the appropriate status. If you have that plugin and aren't sure how to configure the post-function, I can post a screenshot of my configuration here.
If you don't have JSU but do have Scriptrunner, you could create a custom event on the Task workflow that can fire against the Task to cause it to execute a specific transition on its Epic. If you have that plugin, I can share the code for the listener.
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.