My goal: Create automation that will sum up the time spent entered on tasks to the epic level.
Problem: The below automation works... to an extent. If I enter 1h on a task within an epic, it will show 1h logged on the epic. If I log another 1h on the same task or another task within the same epic, then it will show 3h logged on the epic. This makes me believe the automation sums up all time spent entries (previous and new ones). Is there a way to get the automation to only sum up new time spent entries since the last time the automation was run?
Hi - so I see a few issues:
So how this would work is:
You update task PROJECTX-123 which is part of epic PROJECTX-123.
(You don't have to check for only Task. It can be any child-Issue Type.)
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.
Is there a way for Subtasks to roll Up. Currently my automation looks like this but the sub tasks time entry is not rolling up to EPIC. Stories, Bugs and Task Issue Types work fine. Just not sub tasks.
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.
Here is the solution to Rollup time spent to Epic Level. When time is lgged in Task/Stories and Subtask level. Working perfectly fine.
First check is for non-Epic, a second check is for some subtasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the post and the comments, all.
I have noticed many articles like this BUT it seems either something is missed or it is flying over my head :D
With trigger Work logged for all operations, does the update or delete of task worklogs reflect on the Epic? I noticed that if it is updated, the new time is added to the epic and if existing worklog is deleted, that same time is added to the Epic. Both of these seem incorrect. Also, it does not look like we can identify if it is added , updated or deleted.
Any idea please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is a screen grab.
The add work log, update work log and delete work log all log the time additionally to the Epic where it should actually add/update/delete accordingly. i.e expecting the Epic to have the same work log total as the child issues, but the Epic simple appends the total that is added, updated and delted as well.
Hope that helps in helping me :)
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am currently trying to get this same automation to work but when you make changes to the child issue time the audit logs show "NO ACTIONS PERFORMED"
It is the same automation as what is above.
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.