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.
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.