Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to export filtered tasks as XLSX?

Dennis Weil
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 17, 2020

How can I get my filtered tasks into an excel list?

4 answers

1 vote
Aron Gombas _Midori_
Community Champion
September 21, 2020

We develop app that exports to XLSX: Better Excel Exporter

It can generate you the native Excel file without converting (and losing quality) from CSV, directly from the Issue Navigator:

multi-issue-excel-export-menu

0 votes
Stephen Addis
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 19, 2020

To export the trello to an xls file, there is a chrome extension that does it pretty good, and you can choose to include comments too.  Called "export for Trello" by Mark Woodall

https://chrome.google.com/webstore/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin

0 votes
Sven Cipido
Contributor
September 18, 2020

Normally when you have created a filter you should see the export button. Here you can choose export all columns, selected columns to CSV or HTML.

In excel you can import the CSV.

0 votes
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2020

Hi @Dennis Weil ,

Are you not seeing the export option in the filter results page? That should display all available formats, the filter results can be exported. I remember that excel export option was removed since JIRA 7.2, but you can enable it by adding a system property jira.export.excel.enabled=true 

To add the system property:

Stop JIRA.
Locate the jira-config. properties file in the $JIRA_HOME directory. If the file does not exist, please proceed to create it.
Open the file and add the below on a separate line: jira.export.excel.enabled=true.
Save this file.
Restart JIRA.

Suggest an answer

Log in or Sign up to answer