Incomplete became Incomplete w/ response
Bug #182154 reported by
Brian Murray
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
To post a comment you must log in.
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