如何将 CodeStriker 连接到 FogBugz

发布于 2024-08-05 10:21:16 字数 301 浏览 6 评论 0原文

我刚刚安装了 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 技术交流群。

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

发布评论

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

评论(2

知你几分 2024-08-12 10:21:16

我们还没听说有人在雾溪这样做过。您也可以在 http://fogbugz.stackexchange.com 上询问。

We haven't heard of anyone doing so at Fog Creek. You might also ask at http://fogbugz.stackexchange.com.

桃气十足 2024-08-12 10:21:16

好吧,我现在有了部分答案:

  1. 让 FOGBUGZSERVER 成为安装 folgbugz 的机器。在 /var/www/codestriker/codestriker-xyz 下的codestriker.conf 文件中将 $bugtracker 变量重新定义为:

$bugtracker = 'http://FOGBUGZSERVER/fogbugz/default.asp?';

  1. 重新运行install.pl
  2. 重新启动 apache 服务器。

现在,当您在主题信息中插入案例ID时,您将获得正确的fogbugz案例的链接。

Well, I now have a partial answer:

  1. Let FOGBUGZSERVER be the machine where fogbugz is installed. In the codestriker.conf file under /var/www/codestriker/codestriker-x.y.z Redefine the $bugtracker variable as:

$bugtracker = 'http://FOGBUGZSERVER/fogbugz/default.asp?';

  1. Rerun install.pl
  2. Restart the apache server.

Now when you insert a case id in the topic information, you will get a link to the proper fogbugz case.

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