Good afternoon all!
I already created an automation to update the time tracking of the epics when the time tracking of their childs is added.
Now I need to create a one time automation in order to update those epics that has 0 time in worklog and they children issues has worklog added.
I have been trying different automation but I there is no way I can achive what I want.
Can anybody help me on this?
Thanks in advance.,
Ro
Before automation existed I would do the following.
I'd create a filter to find all child issues with time logged, and display issue numbers of both the child and the epic as well as the time tracking field from that epic.
Export this to excel. Sort by epic, do the math for the epics (assuming multiple children per epic), and update the time tracking column. Save to CSV (formatted for just Epic Number and Time tracking) and import back to Jira to update the epic time tracking.
Now with automation,
Depending on how many epics you need to update, it might be easier to do it the old school way.
However, there is also the question of "Why?" Some would say "do not track time at the epic level", while I don't disagree, I avoid those people.
Hi, @Rosana Casilli
I once made something similar. It works with another time fields, but I think, it can help you in finding a way to solve your task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rosana Casilli
Can you tell us more about what you've tried and how it has not worked?
You should be able to create a rule that uses a Scheduled trigger and a JQL to select the Epics.
Then use a Lookup Issue action to look up all the child issues of that Epic.
Which time tracking elements in the Epic do you want to set? Which ones you want to set will determine which actions would be used next.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.