Hello, Can I connect FogBugz to the TeamCity as a IssueTracker ? Currently I can see only 3 drivers for connect : Bugzilla,Jira and YouTrack. Thanks
ok, thanks , I'll send message from corporate email on Monday.And what about comments from teamcity side ?
jitm
2010-08-07 14:04:50
A:
Not sure if this is exactly what you are asking, but adding this XML bit to your main-config.xml (c:\build.BuildServer\config\main-config.xml) will cause TeamCity to build the link from the VCS checking comment to your fogbugz case. Our setup will link anything prefixed with case, bug, story, or fb. You can see easily how do add new prefixes as well.
<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&quot;&gt;Case $2</a>" description="FogBugz Case" />
</comment-transformation>
jslatts
2010-09-27 20:50:12