How can I get my filtered tasks into an excel list?
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:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.