You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi team,
Is there any provision in Jira automation where we could roll up the time logged from linked issues to there parent issues.
For example: A Task is linked to another Task (both same issuetypes)with linking parent-child. I want to roll-up the time logged from child Task to parent Task.
-->Task A
-->Task A1, Task A2, Task A3 [child of Task A]
---> Both parent and child issuetypes are same.
Thanking in advance for the help.
Minor correctional point on your language here - the issues you are talking about are not in a parent-child relationship, they are linked. Parent-child relationships are not done with issue links in Jira, they are issue/sub-task or epic/issue fields. You're not "rolling up" here, you are "adding up data from linked issues"
Issue/sub-task relationships already automatically sum their estimates up on to the parent issue, so if you were using those, you would not need to do this automation.
But, yes, you can automate this, you'll need an automation that triggers on every change of the time-tracking field, looks at the amended issue to get all the issues that are linked to it and update the issues that are at the other end of your "is parent of" type links
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.