如何远程控制Bugzilla(Python首选)

发布于 2024-12-29 20:29:54 字数 236 浏览 1 评论 0原文

我想从脚本控制 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那一片橙海, 2025-01-05 20:29:54

bztools 模块允许您从 Python 访问 Bugzilla API。由于您使用的是旧版本的 Bugzilla,我认为您需要修补您的安装。从 Bugzilla API 页面

如果您使用的是 3.4 或更低版本,则需要补丁和模板。这些都是
在 BzAPI 发行版的补丁目录中,来自
版本 0.8 及以上。有关详细信息,请参阅安装文件。

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:

If you are on 3.4 or below, you need a patch and a template. These are
shipped in the BzAPI distribution, in the patches directory, from
version 0.8 onwards. See the INSTALL file for details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文