mozilla / mediawiki-bugzilla

A MediaWiki extension that provides read-only access to the Bugzilla REST API
Mozilla Public License 2.0
55 stars 39 forks source link

Query for 'unconfirmed' and 'new' also returns 'resolved' bugs #46

Open whimboo opened 10 years ago

whimboo commented 10 years ago

Not sure what that happens, but when I do the following request, also resolved bugs are returned.

{ "product": "Mozilla QA", "component": "Mozmill Tests", "whiteboard": "[good first bug]", "status": ["unconfirmed", "new"] }
lizzard commented 10 years ago

This is showing up for me as well. Status queries for multiple status used to work but now are not. I'll have to go test whether product queries are broken as well.

lizzard commented 10 years ago

No, scratch that. It is working correctly; my query was missing quotes around each different status inside the brackets.

whimboo, are you still getting an error for your query?

whimboo commented 10 years ago

Yes, it's still the same as it can be seen here: https://wiki.mozilla.org/Auto-tools/Projects/Mozmill/Mozmill_2.0#Request_queue:_mozilla-2.1.3F