Feature #16207
closedUse query name as the file name when exporting queries
0%
Description
By now if you export a custom issue query for ex. as a PDF, its named "issues.pdf" which says nothing and is inconvenient to handle. It would be much better to use the custom query name as the filename (whereas spaces are written as underscores). See my attached image as an example we use it would be cool to directly save it as "incidents_of_last_month.pdf".
Just better: Optionally add a date to it "incidents_of_last_month_2014-02-03.pdf".
We use such exports for some partners so this would really make our lifes easier
Files
Related issues
Updated by Mathias Nestler over 10 years ago
- File file_naming.diff file_naming.diff added
change including tests attached
Updated by Martin Seener over 10 years ago
- Status changed from New to Resolved
see attached file_naming.diff for the resolving code parts. please merge and close this.
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from Resolved to New
You need handle non ASCII filename.
See #16207.
Updated by Toshi MARUYAMA over 10 years ago
Updated by Mathias Nestler over 10 years ago
- File file_naming2.diff file_naming2.diff added
Added fix to handle non ASCII filenames. The new diff file contains the complete change.
Updated by Mathias Nestler over 10 years ago
Updated by Mathias Nestler about 10 years ago
Updated by Mizuki ISHIKAWA about 5 years ago
- File feature-16207.patch feature-16207.patch added
I modified patch file_naming2.diff to apply to the trunk.
This patch renames issues.csv, issues.pdf and timelog.csv to custom field name.
Updated by Go MAEDA about 5 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA about 4 years ago
Update the patch for r19982.
Updated by Go MAEDA about 2 years ago
- File feature-16207-r21769.patch feature-16207-r21769.patch added
- Target version changed from Candidate for next major release to 5.1.0
Setting the target version to 5.1.0.
Updated by Go MAEDA about 2 years ago
- Category changed from PDF export to Issues
Updated by Go MAEDA about 2 years ago
- Subject changed from File naming of exported custom queries to Use query name as the file name when exporting queries
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
Updated by Go MAEDA almost 2 years ago
- Related to Defect #38182: Exporting users query does not use the query name as file name added