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.
For a concrete sprint, I need to get, for every task:
I've been having a look to issues exportation, and I can get this information in a .csv file, but not in an appropriate format.
Hi Antonio,
You can write a JQL to pull the tickets from the Sprint and add columns: Original Estimate, Time Spent, Remaining Estimate and any other fields you want to export. Then export the results in CSV.
The Original Estimate, Time Spent & Remaining Estimate values in the CSV file are shown in the seconds as a number. You can convert them into hours and minutes using a simple formula by opening the CSV file in MS Excel etc.
Hi Veera,
I already did what you propose, I built a query to get the issues are needed, downloaded them in .csv format and finally I created a Excel file that reads this .csv to display the information I need.
My post was intended to get a way to get and display it in a report in the web browser (something like current sprint status by issue). As far as I understand it is not possible nowadays.
Thanks for your quick answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it, Antonio.
There is no out of the box report in Jira for your requirement.
We can use Filter Results Gadget on a dashboard and add Σ Original Estimate, Σ Remaining Estimate & Σ Time Spent Columns to display. It'll show you the output as below.
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.