سؤال

??????? ??? FogBugz ??? TeamCity ???????? IssueTracker? ????? ?????? ?? ??? ???????? 3 ??? ??????: ??????? ???? ?YouTrack. ????

هل كانت مفيدة؟

المحلول

You can contact us at customer-service@fogcreek.com to sort this out.

نصائح أخرى

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="&lt;a target=&quot;_blank&quot; title=&quot;Click to open the case a new window&quot; href=&quot;   http://fogbugz_server/fogbugz?$2&quot;&gt;Case $2&lt;/a&gt;" description="FogBugz Case" />
</comment-transformation>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top