Modify ↓
Opened 15 years ago
Last modified 8 years ago
#5878 new defect
Erroneous stats when using custom status/workflow counted twice in Open tickets formulae
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Here, we use a custom workflow which has a "testing" status. See TestingWorkflow. All tickets with that status seem to be counted twice in the resulting "Open tickets" count.
The queries should also count unknown statuses, or should consider that any bug that status <> 'closed' is an open bug.
We cannot use the plugin since it gives erroneous stats in our use case. :(
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from Prentice Wongvibulsin to Ryan J Ollos |
---|
comment:2 Changed 14 years ago by
Trac Release: | 0.11 → 0.12 |
---|
On a similar issue our ropened tickets where counted twice in the _get_num_open_tix() method.
I edited the ticketstats.py file :
100c100 < 'reopened': 1, --- > 'reopened': 0,
And now the totals matches what I can see on the roadmap screen.
comment:3 Changed 8 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
Reassigning ticket to new maintainer.