Feature #20688
Add Total estimated hours column on issue list
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Issues | |||
Target version: | 3.1.1 | |||
Resolution: | Fixed |
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
Associated revisions
Adds a Total estimated hours column on issue list (#20688).
Adds translation strings (#20688).
Adds translation strings (#20688).
History
#1
Updated by Toshi MARUYAMA almost 7 years ago
- Target version set to 3.1.1
#2
Updated by Toshi MARUYAMA almost 7 years ago
- Related to Defect #16092: Parent/subtask: calculation of estimated hours added
#3
Updated by Toshi MARUYAMA almost 7 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.
#4
Updated by Toshi MARUYAMA almost 7 years ago
- Related to Defect #20721: Estimated hours field for parent task is disabled on issue edit added
#5
Updated by Jean-Philippe Lang almost 7 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.
#7
Updated by Go MAEDA almost 7 years ago
- Related to Patch #20733: "Total estimated time" should be inserted after "Estimated time" in "Avalable Columns" added
#8
Updated by Takashi Ichihashi almost 7 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.
#9
Updated by Toshi MARUYAMA almost 7 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?
#10
Updated by Go MAEDA over 2 years ago
- Related to Defect #33273: Total estimated time column shows up as decimal value regardless of time setting added