Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在设置 bugzilla 以在我们的初创公司中进行问题跟踪。我想知道 Bugzilla 是否支持基于 REST 的 API 来归档/搜索错误。任何指针将不胜感激。
谢谢
Bugzilla REST API
如果您不想修改您的安装,Bugzilla 带有一个 XML-RPC 接口(文档)。虽然直到 4.0 才支持更新 bug,但创建、搜索和添加评论都支持。