Closed
Bug 1027061
Opened 11 years ago
Closed 11 years ago
bug.id is still returned as strings, not integers, when comments are included in the result
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1027060
People
(Reporter: kohei, Unassigned)
Details
+++ This bug was initially created as a clone of Bug #1026400 +++
The id is still a string if comments is in the include_fields, e.g.
https://bugzilla.mozilla.org/bzapi/bug?id=1026400&include_fields=id%2Ccomments
No problem with other cases somehow:
https://bugzilla.mozilla.org/bzapi/bug?id=1026400
https://bugzilla.mozilla.org/bzapi/bug?id=1026400&include_fields=id
https://bugzilla.mozilla.org/bzapi/bug?id=1026400&include_fields=id%2Chistory
https://bugzilla.mozilla.org/bzapi/bug?id=1026400&include_fields=_default
Probably any case where comments are included? _all is also affected:
https://bugzilla.mozilla.org/bzapi/bug?id=1026400&include_fields=_all
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Extensions: BzAPI Compatibility → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•