Hello,
I want to sum the sub-tasks to total story. let me explain this:
I have created one story by the name of Story 1 and under that story 1, I have created two sub-tasks like 1.1 and 1.2. The Estimation format I'm using is Original Hours Estimates. What I want is that if my subtask 1.2 is estimated at 2h and 1.2 at 3h so the story should be automatically added to 5h and whenever I add any subtask with estimates, the parent should be get automatically updated.
I have looked for some solution and it works if the estimation format is Story Point but I'm using original hours estimates format.
Any help in this regard would be highly appreciated. Thanks.
Hello @Hizkeel Khan
Welcome to the community.
Can you show us what you have tried, and tell us where and how that is failing?
Hey @Trudy Claspill - Thank you for your reply. I was able to solve the problem and achieve what I was looking for. This is what I did.
Now, whenever I create a new sub-task and assign original hours, the parent issues get updated automatically.
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.
Yes, it will.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In a story 2 subtasks are there. I am giving original estimates for task1 as 7 hr and other tasks as 2d 5 hr. I am expecting story's original estimate field should be updated with 3d 4 hr or equivalent time in hours. However it is giving me in Week or sometimes in years. I am using the rule as shown below. can you please help on this?
Where is the formula going wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why are you dividing the numbers by 60?
All the duration fields hold the same type of number (milliseconds) so there's no need to try to convert to minutes or hours.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I removed and tried, still no luck. If anyone has working rule, can you pls share?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What are you global settings for Time Tracking?
These can be managed by a Jira Administrator by going to the gear icon and selecting Issues > Time Tracking.
Can you provide details of actual time in issues that are being summed up and the actual value you get from the automation?
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.
Can you post your solution so that others may benefit from what you learned?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey guys,
I have a similar requirement (Adding up Original estimates of Sub-tasks to Story)
I tried the same rule posted here. But it is not reflecting.
Any help appreciated.
I tried the below rule too:
{{issue.subtasks.Original estimate.sum}}
Regards,
Neeraj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by "it is not reflecting"?
Is the rule getting executed? Check the Audit Log to confirm that the rule is getting executed.
If the rule is getting executed, what messages are being shown in the Audit Log for the execution?
What are the values in your subtasks?
What value is being set in the parent?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone
Please advise
I want to combine subtasks estimation hours into User Story original estimation, but I can not find that specific. rule to operate it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Erik Avetisyan
Welcome to the Atlassian community.
Have you created the rule as shown in the answers on this post?
If so, how is that not working for you?
Also, the original post is almost 2 years old, and the only people that have seen you addition to it are the original author and the people who responded to it. To ensure your question is seen by the wider Community and more likely to get responses from more people, please start a new Question post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created the rule
but it gives wrong result
for example the summary of my subtasks is 23 hours
it shows up 3 weeks 2 days for user story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Erik Avetisyan
Please start a brand new Question to get additional help. In that question:
1. Provide screen images that show your complete Automation Rule and the details of each step in the rule.
2. The details of the estimate amounts in the subtasks.
3. The output of the Audit Log for the rule execution.
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.