vote up 0 vote down star

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?

flag

2 Answers

vote up 1 vote down

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

link|flag
vote up 0 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.