bugnumbers --stats could be more complete

Bug #183887 reported by Brian Murray
0
Affects Status Importance Assigned to Milestone
Bug Helper
In Progress
Wishlist
Markus Korn

Bug Description

1) 233
2) 131

'bugnumbers -P bughelper --stats' returns the following information:

status
 New: 1
 Fix Committed: 7
 Confirmed: 7

importance
 Medium: 2
 Wishlist: 7
 Undecided: 6

It would be also interesting to know the status of the "Fix Committed" bugs though. Perhaps something like:
Fix Committed: 7
  Fix Commited and Medium: 4
  Fix Committed and Wishlist: 3

Changed in bughelper:
importance: Undecided → Wishlist
Revision history for this message
Markus Korn (thekorn) wrote :

this patch against bughelper.main rev196 changes the output of "--stats" like:

$ python -W ignore bugnumbers -p hal --stats
Total: 302

status
        In Progress: 4
        Confirmed: 57
        Fix Committed: 1
        Triaged: 8
        New: 212
        Incomplete: 20

importance
        High: 4
        Medium: 27
        Low: 14
        Undecided: 245
        Wishlist: 12

grouped by status
        In Progress: 4
                High: 2
                Medium: 2
        Confirmed: 57
                High: 1
                Medium: 14
                Low: 7
                Undecided: 26
                Wishlist: 9
        Fix Committed: 1
                Undecided: 1
        Triaged: 8
                High: 1
                Medium: 3
                Wishlist: 1
                Low: 3
        New: 212
                Medium: 7
                Wishlist: 2
                Undecided: 200
                Low: 3
        Incomplete: 20
                Medium: 1
                Low: 1
                Undecided: 18

Brian, is this the output you expected?

Markus

Changed in bughelper:
assignee: nobody → thekorn
status: New → In Progress
Revision history for this message
Brian Murray (brian-murray) wrote :

Thinking about it some more I think there would be more value in having the secondary stats grouped by importance rather than by status.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.