如何将 CodeStriker 连接到 FogBugz
我刚刚安装了 CodeStriker 代码审查工具。 有人尝试将其连接到 FogBugz 吗? 在 CodeStriker 文档中,我看到它与 Scmbug 配合使用,它将软件配置管理 (SCM) 与 bug- 集成在一起追踪。 有人将 Scmbug 连接到 FogBugz 吗?
I have just installed the CodeStriker code review tool.
Has anyone attempted connecting it to FogBugz?
In the CodeStriker documentation I saw it works with Scmbug, whichintegrates software configuration management (SCM) with bug-tracking.
Has anyone connected Scmbug to FogBugz?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们还没听说有人在雾溪这样做过。您也可以在 http://fogbugz.stackexchange.com 上询问。
We haven't heard of anyone doing so at Fog Creek. You might also ask at http://fogbugz.stackexchange.com.
好吧,我现在有了部分答案:
$bugtracker = 'http://FOGBUGZSERVER/fogbugz/default.asp?';
现在,当您在主题信息中插入案例ID时,您将获得正确的fogbugz案例的链接。
Well, I now have a partial answer:
$bugtracker = 'http://FOGBUGZSERVER/fogbugz/default.asp?';
Now when you insert a case id in the topic information, you will get a link to the proper fogbugz case.