是否有 Netbeans 插件或问题跟踪器可以提供与 Fogbugz 的连接?
我希望能够直接从 NetBeans 中的编辑器创建 FogBugz 案例。具体来说,我希望能够查看 IDE 中运行的 JUnit、检查故障并直接使用眼前的信息创建案例(而不是剪切并粘贴到 Web 浏览器等)。
我看到 NetBeans 6.5.1 附带了默认可用的 Bugzilla 和某种测试版形式的 JIRA 连接。是否有等效的 FogBugz 问题跟踪器?
PS:我知道 FogBugz 7 的新插件架构。但是,我对能够致力于为 NetBeans 和/或 FogBugz 创建自己的插件的时间有一个现实的认识,并且我怀疑我将能够做出足够的部分解决方案,让我的生活变得更糟而不是更好。
I would like to be able to create FogBugz cases directly straight from the editor in NetBeans. Specifically, I would like to be able to look at a JUnit run in the IDE, examine the failures and create cases directly using the information that is right in front of me (rather than cutting and pasting into a web browser, etc).
I see that NetBeans 6.5.1 ships with Bugzilla available by default and JIRA connectivity in some sort of beta form. Is there an equivalent FogBugz issue tracker?
PS: I am aware of the new plugin architecture of FogBugz 7. However, I have a realistic appreciation of the time that I would be able to commit to creating my own plugin for either NetBeans and / or FogBugz and I suspect that I would be able to make just enough of a partial solution to make my life worse rather than better.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看来您可能需要自己编写一个,因为它们有 Eclipse 和 Visual Studio 的插件,但没有 Netbeans。
http://www.fogcreek.com/fogbugz/博客/帖子/Eclipse-Plugin-For-FogBugz.aspx
It appears you may need to write one yourself, as they have plugins for Eclipse and Visual Studio, but not Netbeans.
http://www.fogcreek.com/fogbugz/blog/post/Eclipse-Plugin-For-FogBugz.aspx
我不知道有这样的插件。您说得对,编写功能齐全的连接器并不是一件容易的事,但获得基本的连接器并不难...特别是如果您已经熟悉 NetBeans 插件架构的话。如果您决定这样做,请查看 FogBugz API 而不是新的 FogBugz 插件。 FogBugz API 用于与远程 FogBugz 存储库进行通信。
I am not aware of such plugin. You're right that it is not trivial effort to write full-featured connector, but getting basic one is not that hard ... especially if you're already familiar with NetBeans plugin architecture. If you decide to go for it, take a look at FogBugz API instead of new FogBugz plugins. FogBugz API is used to talk to remote FogBugz repositories.