id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 1440,Closed tickets not regarded in calculating remaining hours,anonymous,Sam Bloomquist,"The burndown_job.py script regards estimated hours in closed tickets as ""hours remaining"". Hours in closed tickets should not be included in the ""hours remaining"" - or one could never reach 0 hours remaining unless all tickets have at least the estimated time added (or more). The fix is simple: Just add the following condition to the SQL statement in line 51: {{{ "" AND t.status != 'closed'""}}} ",defect,closed,normal,ScrumBurndownPlugin,normal,fixed,,,0.10