Incomplete became Incomplete w/ response

Bug #182154 reported by Brian Murray
2
Affects Status Importance Assigned to Milestone
Bug Helper
Fix Released
Undecided
Unassigned

Bug Description

1) text.dev revno 228
2) text.dev revno 118
3) bugnumbers -p openoffice.org --sort nr --status Incomplete --format wiki
4) this only returned 34 bug reports but openoffice.org currently has 80 incomplete bug reports. further investigation showed that there are 34 Incomplete w/ response. I think it would be great to be able to query on incomplete with response and incomplete without response however, switching to one or the other doesn't seem ideal. I propose that Incomplete be both and that granularity for with and without response be added.

Related branches

Revision history for this message
Markus Korn (thekorn) wrote :

Fixed available in both text.dev branches (bughelper rev232, py-lp-bugs rev129)

Example:

markus@thekorn:~/devel/bughelper/text.dev$ python -W ignore ./bugnumbers -p openoffice.org --status "Incomplete" --stats
Total: 80

status
        Incomplete: 80

importance
        Medium: 1
        Low: 2
        Undecided: 77

markus@thekorn:~/devel/bughelper/text.dev$ python -W ignore ./bugnumbers -p openoffice.org --status "Incomplete w/" --stats
Total: 34

status
        Incomplete: 34

importance
        Medium: 1
        Low: 2
        Undecided: 31

markus@thekorn:~/devel/bughelper/text.dev$ python -W ignore ./bugnumbers -p openoffice.org --status "Incomplete wo/" --stats
Total: 46

status
        Incomplete: 46

importance
        Undecided: 46

Markus

Changed in bughelper:
status: New → Fix Committed
Revision history for this message
Markus Korn (thekorn) wrote :

Ohh, sorry, we should atleast use a correct shortform 'Incomplete w/o', fixed in py-lp-bugs rev130:

markus@thekorn:~/devel/bughelper/text.dev$ python -W ignore ./bugnumbers -p openoffice.org --status "Incomplete w/o" --stats
Total: 46

status
        Incomplete: 46

importance
        Undecided: 46

Any other suggestions for a sane cl-option value, as 'Incomplete without response' is too long IMHO? Does "Incomplete w/" and "Incomplete w/o" make sense?

Markus

Revision history for this message
Brian Murray (brian-murray) wrote :

Those options make sense to me.

Revision history for this message
Brian Murray (brian-murray) wrote :

This has been merged into the main bzr branch of bughelper and is available in the Hardy package of bughelper.

Changed in bughelper:
status: Fix Committed → Fix Released
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.