Confirmed users
1,927
edits
(→Requests: adding category) |
(Add deprecation notice) |
||
Line 1: | Line 1: | ||
This page is a repository for tips, tricks, ideas, code samples etc. for the Bugzilla | <div style="border: thin dotted #aaa; padding:5px;"> | ||
'''This specific REST API, generally referred to as "BzAPI", is DEPRECATED. For new projects, use the [[Bugzilla:REST_API|native REST API]] instead. The BMO team has implemented a [[Bugzilla:BzAPI:CompatLayer|compatibility layer]] to help existing apps transition off BzAPI onto the native REST API. Please migrate existing BzAPI-based apps to the new compatibility-layer endpoint as soon as possible, as BzAPI will be shut off at some point in the future. Direct any questions to the [[BMO]] team. | |||
'''The native REST API is available in Bugzilla 5.0 and up, and on bugzilla.mozilla.org. Although BzAPI is deprecated, it can be used with older Bugzilla installations (versions prior to 5.0) to provide a REST API.''' | |||
</div><br> | |||
This page is a repository for tips, tricks, ideas, code samples etc. for the Bugzilla's BzAPI. | |||
Ibuildings.nl BV have kindly contributed a [[Media:php-class.tar.gz|PHP class]] for communicating with the BzAPI. | Ibuildings.nl BV have kindly contributed a [[Media:php-class.tar.gz|PHP class]] for communicating with the BzAPI. |