Defect #31734
openIssue Information Not Being Transfered To CSV In Reports Tab Of Spent Time Section.
0%
Description
Normally, exporting the "Reports" tab in the "Spent time" section of Redmine mimics the information displayed in Redmine. Specifically the written issue information associated with the “Issue” filter. Currently, exporting to CSV leaves out the issue name and only the "Issue #" is being displayed without the rest of the issue information. Is this a known defect?
------------------------------------------------------------
Redmine version 4.0.3.stable
Ruby version 2.6.3-p62 (2019-04-16) [x86_64-linux]
Rails version 5.2.3 Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp SCM:
Subversion 1.10.2 Git 2.18.1 Filesystem
Redmine plugins: no plugin installed
Related issues
Updated by Mizuki ISHIKAWA over 5 years ago
This is defined in application_helper.rb#L255.
Looks like the intended behavior.
I think you should consider what information is useful in the "Issue column" and decide whether to change it.
Updated by Go MAEDA over 5 years ago
- Related to Feature #19371: Add a new query column for the parent task subject added