Actions
Defect #17550
closedSpent time in exported CSV is wrong
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Time tracking
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When choose column spent time to show in issues list, spent time value is correct, which is the sum of spent time of all children and itself.
But in the exported CSV, the spent time value is only of itself, not children.
Files
Related issues
Updated by Etienne Massip over 10 years ago
I'm sorry Thanh, it looks like I removed the wrong issue.
Updated by Heiko Robert about 10 years ago
I disagree - in the list view only the time booked to the master ticket is shown. In the ticket details page the sum of master plus alls subtickets are shown. Similar to #16092 the sum of all time entries should be saved in a separate field to be able see correct time sums in list view as expected and to support correct sums in (csv-)exports.
So I would vote for:
So I would vote for:
- time spent on this ticket (independant of parent or not)
- time spent on all sub (and sub-sub...) tickets only calculated if ticket has no parent_id
Updated by Toshi MARUYAMA about 10 years ago
- Related to Defect #16092: Parent/subtask: calculation of estimated hours added
Updated by Toshi MARUYAMA about 10 years ago
- Related to Defect #16159: Wrong calculation of spent time field on Issues report added
Updated by Fabrice ROBIN about 9 years ago
Jean-Philippe,
The commit r14273, which has been merged into the 3.1 branch, introduced an error as a "h" label is hard-coded in the function l_hours_short:
"%.2f h" % hours.to_f
This label should be translated through i18n. Asian users will surely report this anomaly.
Updated by Toshi MARUYAMA about 9 years ago
Updated by Marius BĂLTEANU almost 8 years ago
- File spent_time.png spent_time.png added
Both columns (Spent time and Total spent time) are available now in the CSV export.
Updated by Mischa The Evil almost 8 years ago
- Status changed from New to Needs feedback
Updated by Go MAEDA almost 8 years ago
- Status changed from Needs feedback to Closed
- Resolution set to Fixed
Fixed in Redmine 3.1 (#11253).
A parent issue displays its own spent time and total spent time.
Updated by Go MAEDA almost 8 years ago
- Related to Feature #11253: Total time spent from subtasks on the issue list added
Actions