如何集成bugzilla和HP质量中心?
我正在致力于将 Bugzilla 与 HP Qc 集成。我通过使用 perl 脚本通过使用 sql 命令直接操作数据库来执行此操作。我想使用 Bugzilla 的网络服务。我已经浏览了 Bugzilla Webservice API,但这还不足以开始。我是一名初学者,这是我职业生涯的第一个项目。我该怎么办?
I'm working on integrating Bugzilla with HP Qc. I'm performing this by using perl script by directly manipulating the database using sql commands. I want to use the web services of Bugzilla. I have gone through the Bugzilla webservice API but tat wasn't enough to get started. I'm a beginner and this is the first project of my career. How do I go about this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Perl 脚本 bz_webservice_demo.pl在 Bugzilla 的 contrib 目录中,它展示了如何通过 XMLRPC 与 Bugzilla 对话。
Check out the Perl script bz_webservice_demo.pl in Bugzilla's contrib directory, it shows how to talk to Bugzilla via XMLRPC.
您可以执行以下操作:
使用 HP Synchronizer 可能是唯一“真正”的方法做吧。尽管您可以构建自己的同步机制,但可能仅使用 OTA 和消息队列。
proficom-ag 可能提供基于 演示文稿 我通过网络搜索找到的
There are a few things you could do:
Using the HP Synchronizer is probably the only "real" way to do it. Though you could potentially build your own sync mechanism, potentially using just OTA and a message queue.
There may be an existing adapter available from proficom-ag based on a presentation I found via a web search