Intellij/Bugzilla 集成
IntelliJ-Idea 是否有一个与 bugzilla 交互的插件,例如 eclipse 的 mylyn 插件(任务管理)?
如果有,插件的名称是什么?如果没有,您是否有任何将 bugzilla 与 Intellij-Idea 一起使用的建议解决方案。
谢谢。
Does IntelliJ-Idea have a plugin for interacting with bugzilla, like the mylyn plugin for eclipse (task management)?
If it does, what is the name of the plugin? If it does not, do you have any suggested solutions for using bugzilla with Intellij-Idea.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Tracklink 可能就是您正在寻找的。请查看此处。
Tracklink might be what you are looking for. Check it out here.
AFAIR intellij idea 10 的任务管理功能可与 bugzilla 开箱即用。请尝试按照思路进行配置帮助指导。我使用这种与 JIRA 的集成,效果非常好。至于第三方插件,我不太喜欢它们,因为它们的支持。当您从一个版本更新到另一个版本时,这些插件可能无法工作(如 Reformat++ 那样)。
AFAIR intellij idea 10's task management feature works with bugzilla out of the box. Please try to configure it according to the idea help guide. I use this integration with JIRA and it works really well. As for third-party plugins I dont like them much because of the support. These plugins might not work when you update from version to version (f.i. as Reformat++ does).
这不在官方插件存储库中,而是 https://github.com/nickhristov/ bugzilla-intellij-task-provider/ 确实将 bugzilla 作为任务服务器中的一个选项提供。这确实有效,但自签名证书会导致它失败,并显示一条有关“对等点未经过身份验证”的模糊消息。按照此处的说明进行操作 http://confluence.atlassian.com/display/ JIRA/Connecting+to+SSL+services 并将自签名密钥手动添加到默认的 java 密钥库使其对我有用。
This is not in the official plugin repo, but https://github.com/nickhristov/bugzilla-intellij-task-provider/ does provide for bugzilla as an option in the Task Servers. This does work, but self signed certificates cause it to fail with an obscure message about "peer not authenticated". Following the instructions from here http://confluence.atlassian.com/display/JIRA/Connecting+to+SSL+services and manually adding the self signed key to the default java keystore made it work for me.