Ticket #7858 (closed defect: duplicate)

Opened 2 years ago

Last modified 4 months ago

defect in ticket status checking in updating burndown table in DB

Reported by: anonymous Assigned to: daan
Priority: normal Component: ScrumBurndownPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

in the function "update_burndown_data" in burndown.py, the sql stmt to retrieve ticket includes the criteria:

status IN ('new', 'assigned', 'reopened', 'accepted')

However, since the ticket status type is customizable in Trac (i hv added some more status for my team), maybe checking in the reversed manner is better:

status NOT IN ('closed')

Attachments

Change History

02/01/12 07:06:20 changed by rjollos

  • status changed from new to closed.
  • resolution set to duplicate.

Add/Change #7858 (defect in ticket status checking in updating burndown table in DB)




Change Properties
Action