如何远程控制Bugzilla(Python首选)
我想从脚本控制 Bugzilla 2.17.7 来:更改注释、键集、创建 bugz 等
我的尝试: - Bugzilla 工具没有记录任何示例:所以我忽略了如何做到这一点 - LegNeato:始终请求远程对象进行设置 - Pyzilla:从提供的示例中我有一个例外
那么:使用 Python 远程控制 bugzilla 的最佳方法是什么?
PS:首选Python,因为我几乎不读Perl,但其他语言也可以
I'd like to control Bugzilla 2.17.7 from a script to : change comments, key set, create bugz, etc
My tries :
- Bugzilla tools do not document any example : so I ignore how to do it
- LegNeato : always request remoteobjects for setup
- Pyzilla : from the provided example I have an exception
So: what is the best way to remote control bugzilla with Python ?
PS :Python is preferred because I hardly read Perl but other languages could be ok
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
bztools 模块允许您从 Python 访问 Bugzilla API。由于您使用的是旧版本的 Bugzilla,我认为您需要修补您的安装。从 Bugzilla API 页面:
The bztools module allows you to access the Bugzilla API from Python. Since you are using an old version of Bugzilla, I think you need to patch your installation. From the Bugzilla API page: