Modify ↓
Opened 15 years ago
Last modified 15 years ago
#6478 new defect
Burndown Chart Not Displaying
Reported by: | anonymous | Owned by: | daan |
---|---|---|---|
Priority: | normal | Component: | ScrumBurndownPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I can not get any Burndownchart to display. The milsestone is started. The report states "Current effort remaining: 0 hours" and the area where the chart should be displays a narrow area with numbers
-51200
-38400
-25600
-12800
I get the following in my debug logs:
2010-01-22 10:36:29,041 Trac[main] DEBUG: Dispatching <Request "GET u'/admin/general/plugin'"> 2010-01-22 10:36:29,067 Trac[chrome] DEBUG: Prepare chrome data for request 2010-01-22 10:36:29,073 Trac[session] DEBUG: Retrieving session for ID 'fredrik' 2010-01-22 10:36:29,138 Trac[tande_filters] DEBUG: self.billing_reports= set([9, 10, 11, 12, 13, 14, 15, 16, 17]) 2010-01-22 10:36:29,139 Trac[ticket_webui] DEBUG: TicketWebUiAddon executing 2010-01-22 10:36:29,139 Trac[ticket_webui] DEBUG: TicketWebUiAddon not the correct template 2010-01-22 10:36:29,836 Trac[main] DEBUG: Dispatching <Request "GET u'/admin/general/logging'"> 2010-01-22 10:36:29,841 Trac[chrome] DEBUG: Prepare chrome data for request 2010-01-22 10:36:29,846 Trac[session] DEBUG: Retrieving session for ID 'fredrik' 2010-01-22 10:36:29,851 Trac[tande_filters] DEBUG: self.billing_reports= set([9, 10, 11, 12, 13, 14, 15, 16, 17]) 2010-01-22 10:36:29,852 Trac[ticket_webui] DEBUG: TicketWebUiAddon executing 2010-01-22 10:36:29,852 Trac[ticket_webui] DEBUG: TicketWebUiAddon not the correct template
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from Russ Tyndall to daan |
---|---|
Summary: | TicketWebUiAddon not the correct template → Burndown Chart Not Displaying |
Note: See
TracTickets for help on using
tickets.
I dont maintain the ScrumBurndownPlugin and have never used it, however the message you are seeing from TimingAndEstimationPlugin is a bad message, about a trivial occurance.
This was simply telling you that you are not looking at the ticket page, not that an error has occured. I will comment this message out in the future. Sorry for the confusion
Russ