Closed
Bug 658433
Opened 14 years ago
Closed 14 years ago
Unable to search product by multiple values
Categories
(Webtools Graveyard :: BzAPI, defect)
Webtools Graveyard
BzAPI
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: christian, Assigned: gerv)
Details
This query used to work fine:
https://api-dev.bugzilla.mozilla.org/latest/bug/?changed_before=2011-03-26&changed_after=2011-03-24&changed_field=status&changed_field_to=RESOLVED&resolution=FIXED&product=Core,Firefox
It now returns no bugs.
When I search for just one or the other I get bugs:
https://api-dev.bugzilla.mozilla.org/latest/bug/?changed_before=2011-03-26&changed_after=2011-03-24&changed_field=status&changed_field_to=RESOLVED&resolution=FIXED&product=Core
https://api-dev.bugzilla.mozilla.org/latest/bug/?changed_before=2011-03-26&changed_after=2011-03-24&changed_field=status&changed_field_to=RESOLVED&resolution=FIXED&product=Firefox
Not sure when it started happening, but I suspect the bugzilla 4.0 upgrade
| Assignee | ||
Comment 1•14 years ago
|
||
You suspect correctly. Comma-separated values for one parameter are no longer supported by Bugzilla. I'm fairly sure the BzAPI documentation doesn't suggest using that form - in fact, it recommends the other. If I'm wrong, tell me and I'll fix it.
Anyway, try:
https://api-dev.bugzilla.mozilla.org/latest/bug/?changed_before=2011-03-26&changed_after=2011-03-24&changed_field=status&changed_field_to=RESOLVED&resolution=FIXED&product=Core&product=Firefox
That returns 131 bugs for me as of now.
Gerv
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•