Version 0.4 of the Bugzilla REST API has been released. New in this version:
- New /count call – get fast bug counts, either singly or in 1D, 2D or 3D tables. Great for stats.
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). Tracking bug.