我可以将FogBugz作为IssueTracker连接到TeamCity吗?目前我只能看到3个连接驱动程序:Bugzilla,Jira和YouTrack。 感谢
答案 0 :(得分:1)
您可以通过customer-service@fogcreek.com与我们联系,对此进行排序。
答案 1 :(得分:1)
不确定这是否正是您所要求的,但是将此XML位添加到main-config.xml(c:\ build.BuildServer \ config \ main-config.xml)将导致TeamCity构建链接VCS检查对你的fogbugz案例的评论。我们的设置将链接任何前缀为case,bug,story或fb的内容。你也可以很容易地看到如何添加新的前缀。
<comment-transformation>
<transformation-pattern search="(Case|case|Bug|bug|Story|story|fb|FB|Fb)\s+(\d+)" replace="<a target="_blank" title="Click to open the case a new window" href=" http://fogbugz_server/fogbugz?$2">Case $2</a>" description="FogBugz Case" />
</comment-transformation>