Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to export Jira issues to Excel and CSV

There often arises a need to export Jira issues for various purposes like reporting, analysis, or backup. This article explores the different methods to export Jira issues to Excel and CSV formats natively, and using Jira plugins. 

Exporting Jira Issues to Excel

Exporting issues to Excel is straightforward in Jira. Here’s how you can do it:

  • 1. Navigate to Issue Search: Access the issue search feature in Jira to locate the issues you want to export.
  • 2. Apply Filters: Use Jira’s robust filtering options to refine the issues list based on your requirements.
  • 3. Export to Excel: Click on the 'Export' button and select the 'Excel' format. Jira will generate an Excel file with the issues data.
  • 4. Excel Data Management: Once exported, you can use Excel’s functionalities to format and analyze the data, making it suitable for presentations or further analysis.

Screenshot 2020-07-04 at 12.12.52 PM.png

Exporting Jira Issues to CSV

For more flexibility, especially when integrating with other software, exporting to CSV is ideal. The initial steps are similar to exporting to Excel. After filtering your issues, select the 'CSV' format in the export options.

Using Planyway for Enhanced Export Capabilities

Planyway is a powerful add-on for Jira that broadens the horizons of project management with advanced roadmaps, workload management, calendar planning and time tracking. So, if you’re looking for a way to enhance project management capabilities, Planyway is perfect for that. And once you decide to export the data both crated in Jira and in Planyway, it can be easily done by clicking Export button on any of the chosen views.
pic3_jira_export_time_tracking_f344ff0d37.png

7 comments

Comment

Log in or Sign up to comment
kamyshansky@ild.cz November 26, 2023

The most useful feature, imo :)

Like Mary likes this
Roshan Ambhore
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 18, 2024

I am trying to export all the issues, but when I export, I am only getting 1000 records in excel reports. Is there any way to export all the issues in Excel?

Like Mary likes this
Douglas Fraser
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2024

@Roshan Ambhore 

If you dont have any plugins then you can edit the Export Issues URL to return tickets in tranches of 1000 until you have all the tickets from your board.

  • Navigate to board
  • Select Board Setting (3 dots, top right).
  • General setting
  • Select "Edit Filter Querey" or "View Filter Querey" (depending on access rights)
  • Export Issues
  • For the first 1000 tickets run the report as normal.
  • For issues >1000 Right click on your desired report e.g. "Export Excel CSV (Custom Fields)"
  • Copy link address
  • Paste link address into web brower
  • Add the following text to the end of the url(no trailing or leading spaces):  &pager/start=1000
  • This will start the download from issue 1000, returning issues numbers 1000-1999
  • Repeat this process as many times as is required, incrementing the start number by 1000 each time. So for issues 2000-2999 you would add &pager/start=2000 to the end of the URL.

Bring all the tranches of data together into a single file for your full final view.

Like # people like this
Mary
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 17, 2024

@Roshan Ambhore 

Jira has a default limit of 1,000 records when exporting issues. However, you can work around this limitation in several ways to export all your issues:

1. Adjust the Export Limit in Jira Settings (Admin Access Required)

If you have Jira admin privileges, you can increase the export limit from 1,000 records to a higher number by modifying Jira's configuration.

  • Navigate to Jira Administration > System.
  • Under the Advanced Settings, search for the key jira.search.views.default.max.
  • Increase the value (e.g., from 1,000 to a larger number like 10,000).
  • This will increase the maximum number of issues that can be exported in a single report.

Note: Be cautious when increasing the export limit, as it might impact performance if you set the number too high.

2. Use Bulk Export with Pagination

If you don't have admin privileges or if the total number of issues is very large, you can use Jira’s advanced search with pagination:

  • Use Jira's Issue Navigator with JQL to narrow down the issues. For example, search issues in batches of 1,000 (or fewer) by using JQL like project = "YourProject" AND issueKey >= XYZ-1000 AND issueKey <= XYZ-1999.
  • Export each batch individually and combine them in Excel.

3. Use Jira Cloud REST API for Exports

If you're using Jira Cloud or if you want to automate the export, you can use the Jira REST API to retrieve all issues programmatically. This method is more flexible and can be combined with scripts to handle large datasets.

Example using the Jira API:

  • Use the following endpoint to fetch issues:
    bash
    GET /rest/api/2/search?jql=project=YourProject&startAt=0&maxResults=1000
  • Loop through the results by changing the startAt parameter to paginate through the data (i.e., 0, 1000, 2000, etc.).

Once you’ve fetched all the issues, you can export them to Excel.

Like Roshan Ambhore likes this
Varvara Kozlova
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 24, 2024

Hello! How can I add the option to download in Excel if it's not listed among the export options?

Like Mary likes this
Mary
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 25, 2024
Like Varvara Kozlova likes this
Stephen_Lugton
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 8, 2024

Thanks for this guide @Mary (and for updating your comments)

TAGS
AUG Leaders

Atlassian Community Events