Hi,
I need assistance in exporting Jira reports from Jira into an excel sheet.
To provide more detail, I would like to see how many tickets were closed within the past week and wanted to see if I can extract that data from Jira and insert it into an excel sheet
Hi Gabriel - Welcome to the Atlassian Community!
You can create a filter and the export the results.
Click in the Search box in the top nav bar on the upper right.
Choose view all issues.
Enter your query and click the search icon to see the results.
The add and take away whatever columns you like.
Go ahead and Save the filter.
Finally, click on the export button and choose CSV with default fields.
@Gabriel In the Issue Navigator:
statusCategory = Done AND resolutiondate >= startOfWeek("-7d") AND resolutiondate < startOfWeek()
(Discl. the app suggested above is a paid and supported app developed by our team. Free for 10 users!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Gabriel ,
as a vendor of easeOffice for Jira Data Center (sorry, Cloud is in development) I would like to suggest you our Excel Plugin. It is directly installed in your local MS Office Excel (on Windows), with it you can
Best Regards,
Bernhard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gabriel ,
To export Jira reports into an Excel sheet, particularly to see how many tickets were closed within the past week, you can follow these steps:
Search for Issues in Jira:
status = Closed AND resolutiondate >= startOfDay(-7d)
Customize Columns:
Export to Excel:
While Jira's built-in functionality allows you to export data, using Planyway can significantly enhance your reporting capabilities. Planyway is a powerful tool that integrates with Jira and provides a more visual and flexible way to manage and report on your tasks.
Visual Timeline and Calendar Views:
Customizable Reports:
Easy Export to Excel:
Integration with Jira:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gabriel its relatively easy to export any data you want as a CSV from Jira. You could use a Jira dashboard or your backlog for starters.
For a one-off task, I’d probably just save a filter with a condition to only view tasks completed within a specific date range. You may need to add a custom field for that.
Then just apply the filter and export all as a CSV and pop it into Excel or Google Sheets.
Beyond that, there are tons of apps and add-ons that automate that process for you. I can recommend some if you want, or if you just need to export a few times then you should be good with the steps I mentioned above.
Good luck!
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.