Modify ↓
Opened 17 years ago
Closed 17 years ago
#1978 closed defect (fixed)
ticket creation doens't populate graph properly
Reported by: | Markus Pelkonen | Owned by: | Markus Pelkonen |
---|---|---|---|
Priority: | normal | Component: | TimeVisualizerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
if new ticket is created with estimated hours, that might not be included to the graph. That's mostly because data is produced based on ticket_change timestamps rather than union on ticket creation time and ticket change timestamps. The place to start fixing is impl.py line 143.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
[2607] (plugin version 0.4) did fix this issue for me.
Note: See
TracTickets for help on using
tickets.
I rewrote the logic in impl.py, which should fix this issue. I'll make some testing and after success make a new release.