Feature #20688
closedAdd Total estimated hours column on issue list
0%
Description
Due to the change in r14272 estimated_hours are now independent for parent and subtasks. Total hours for parent are now available through new total_estimated_hours field.
This resulted in a change in what is shown on issue list in column Estimated hours. Before the change, the column shown total estimated hours. Now it is showing nothing.
I decided to report this as a bug as this has introduced big back compatibility issue. Now we are not able to generate overview at higher level of parent tasks.
To fix this situation a "Total estimated hours" column should be added.
Related issues
Updated by Toshi MARUYAMA about 9 years ago
- Related to Defect #16092: Parent/subtask: calculation of estimated hours added
Updated by Toshi MARUYAMA about 9 years ago
There is also a claim of behavior change at #16092#note-7.
Takashi Ichihashi wrote:
How can I get total estimate hours on parent issue via REST ? I had been able to get it under version 3.0.
Updated by Toshi MARUYAMA about 9 years ago
- Related to Defect #20721: Estimated hours field for parent task is disabled on issue edit added
Updated by Jean-Philippe Lang about 9 years ago
- Tracker changed from Defect to Feature
- Subject changed from No Estimated hours for parent task on issue list to Add Total estimated hours column on issue list
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Column added in r14555.
Updated by Go MAEDA about 9 years ago
- Related to Patch #20733: "Total estimated time" should be inserted after "Estimated time" in "Avalable Columns" added
Updated by Takashi Ichihashi about 9 years ago
Toshi MARUYAMA wrote:
There is also a claim of behavior change at #16092#note-7.
Takashi Ichihashi wrote:
How can I get total estimate hours on parent issue via REST ? I had been able to get it under version 3.0.
I need to be added new REST tag such as "total_hours" instead of "spent_hours". However, I resolved by how the client tools calculate total hours using "spent_hours" after upgrade to 3.1. So, it's not so urgent.
Updated by Toshi MARUYAMA about 9 years ago
Takashi Ichihashi wrote:
Toshi MARUYAMA wrote:
There is also a claim of behavior change at #16092#note-7.
Takashi Ichihashi wrote:
How can I get total estimate hours on parent issue via REST ? I had been able to get it under version 3.0.
I need to be added new REST tag such as "total_hours" instead of "spent_hours". However, I resolved by how the client tools calculate total hours using "spent_hours" after upgrade to 3.1. So, it's not so urgent.
Could you create new issue if you need?
Updated by Go MAEDA over 4 years ago
- Related to Defect #33273: Total estimated time column shows up as decimal value regardless of time setting added