Vote #77191
未完了The issue pdf export doesn't show the total estimated time sum
0%
説明
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.
journals
What is "effort"?
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,New,18015,Show estimated time for subtask in pdf export