Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
Is there any way I can get the total estimated time for all the issues shown at the top of the sprint to appear?
I have changed the card layout to display the time estimated per issue, but I need to be able to see the total of all issues in the sprint.
I know this isn't quite what you're after, but if you look at Reports -> Burndown Chart and have the dropdown set to Original Time Estimate, you will see the number you're after.
Thanks! That helps a bit.
It's more the step beforehand that I'm look at, when we are deciding what issues should go into our two week sprint.
We can see the individual time estimate on each issue, but it would be helpful if we could see the total time as we add issues to our sprint!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the Backlog view, I get the details below showing under the items added to the sprint, where the right hand Estimate is the Original Time Estimate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What way do you have your card layout configured? I have added Original Estimate to my card layout and I am not seeing the original estimate appear in my backlog.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're right, it is specific to the way we have our settings, see below
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have exactly the same settings but still don't see such summary below backlog list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This has been asked for years to Atlassian, but like any monopolistic company they do not care what customer are asking ,could not wait to have something to replace them ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It has indeed been asked a lot. But Atlassian answered the question right away, and it's not a case of them not doing stuff any more, the question is about what you are not misunderstanding or not doing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So what do I have to do to see the total time estimate when you are planning a sprint?
My estimation settings are already like the ones shown above
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Funny enough, 1 year later ... same problem ... see my comment above.
So frustrating ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your comment implies you think Atlassian have something to fix here. But they don't, it's about what you are not doing or understanding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist-sorry, what is it that we are not understanding? Do you mean that there is already a way to obtain this? In that case, could you please explain what we need to do?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I mean that Raphael is not understanding where the problem is. There is nothing to fix on the Atlassian side, it's on your side.
The problem is that you are putting sprint estimates on sub-tasks. Which can't work because you burn-down on the commitment you made, not things you didn't. Stop doing that, and you'll find the sprint estimates work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same issue with Sprint not showing the total time at the bottom and realised that the 'Estimate' section on the left under 'Board Settings' needed changing from 'Story Points' to 'Original Time Estimate'. It now shows the total.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need to change the estimation method on the backlog and on the Active sprints to be the same, ideally, they should be using Original Estimate with the Time tracking option switched on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When i'm listing sprints and want see total hours in sprint, I did the following:
List all issues in 'list view' (right hand selector)
Add in the extra column 'Original estimate' (right hand filter)
Filter by the sprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use JQL
issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()", "Remaining work", "remainingEstimate.sum()") and sprint in openSprints() and project = XXX
from https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html.
But I prefer to use SQL+JQL Driver plugin instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.