Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bugzilla API 0.4 Released

0 views
Skip to first unread message

Gervase Markham

unread,
Dec 16, 2009, 10:39:25 PM12/16/09
to
Version 0.4 of the Bugzilla REST API has been released:
https://wiki.mozilla.org/Bugzilla:REST_API
https://wiki.mozilla.org/Bugzilla:REST_API#Version_0.4_.2816th_December_2009.29

New in this version:

* New /count call - get fast bug counts, either singly or in 1D, 2D or
3D tables. Great for stats. See

https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Methods&oldid=189985#Count_bugs_.28.2Fcount_GET.29

Compatibility Notes:

* The "count=1" parameter to bug searches to get a count is now
deprecated, and will be removed in a future release. Use the above
API call instead.

* The Configuration object's "groups" hash will soon change to be keyed
by ID rather than name (and so the "id" field has disappeared, to be
replaced by a "name" field). See:
https://bugzilla.mozilla.org/show_bug.cgi?id=535451

File bugs:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Webtools&component=BzAPI

Feedback and discussion:
http://www.mozilla.org/community/developer-forums.html#tools

Gerv

0 new messages