Modify ↓
Opened 14 years ago
Closed 14 years ago
#9301 closed defect (fixed)
Progress does not roll up to group tickets correctly
| Reported by: | Chris Nelson | Owned by: | Chris Nelson |
|---|---|---|---|
| Priority: | normal | Component: | TracJsGanttPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Percent complete is weighted as if each ticket had the same work in it but if a parent has one long and one short ticket, 50% completion on the short one rolls up to 25% completion of the group even though it is really much less.
Attachments (0)
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
comment:6 Changed 14 years ago by
comment:7 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



(In [10822]) Allow percent complete field to be "act/est" or 0..100. Refs #9301.
This is an API-only change. I'm not yet doing anything with it. The tasks display the same after this change.