Actions
Defect #22011
openThe issue pdf export doesn't show the total estimated time sum
Status:
New
Priority:
Normal
Assignee:
-
Category:
PDF export
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
In the issues are only the effort (estimated time) of the current issues shown not the sum of the sub issues as it is displayed on the issue web page.
Files
Related issues
Updated by Toshi MARUYAMA over 8 years ago
- Status changed from New to Needs feedback
What is "effort"?
Updated by Nils Grimm over 8 years ago
Sorry, I switched to the english layout.
The field is named estimated time
.
In the ticket view its looking like: estimated time of the parent
+ (Total: estimated time
)
But if the same ticket is saved as pdf the recursive computed (Total: estimated time
) is missing.
Updated by Toshi MARUYAMA over 8 years ago
- Subject changed from The issue pdf export doesn't show the total effort sum to The issue pdf export doesn't show the total estimated time sum
- Description updated (diff)
Updated by Markus Brigl about 8 years ago
- File 22011_patch.diff 22011_patch.diff added
Here's a quick fix for exporting total_estimated_hours (i.e. including all subtasks) instead of just estimated_hours (i.e. current issue only). It's not as fancy as the web output which shows both but it works for me. Maybe someone else can pick this up and fix it properly.
Updated by Toshi MARUYAMA about 8 years ago
- Status changed from Needs feedback to New
Updated by Toshi MARUYAMA about 8 years ago
- Related to Feature #18015: Show estimated time for subtask in pdf export added
Actions