Defect #18269
closedTimelog CSV export missing tracker name and issue name
0%
Description
If I export timelog entries from the tab "Details" to CSV, the tracker name and issue name are no longer available in the exported file.
The CSV-column "Issue" contains only the issue number with hashtag. In previous versions (tested up to Redmine 2.5.2) it contained always the tracker number followed by the issue id and then the issue name (just like displayed in the table of the view). It makes no difference if all columns are selected for export or not.
My main testing environment:
Redmine version 2.6.0.stable
Ruby version 2.0.0-p481 (2014-05-08) [x86_64-linux]
Rails version 3.2.19
Environment production
Database adapter Mysql2
Of course exporting the timelog data is important for some companies like ours :/
If I can help with any additional information, i would be happy to do so.
Updated by Jean-Philippe Lang almost 10 years ago
- Category set to Time tracking
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fixed in r13562. Test added to make sure this doesn't break in the future, thanks for pointing this out.