How do you integrate FogBugz with IBM/Rational ClearCase?
|
1
|
This guide is a starting point for ClearCase integration. ClearCase integration is not currently fully supported. We do have at least one user who used these instructions and is using FogBugz integration with ClearCase. The following instructions show how to set up a trigger script in ClearCase which will notify FogBugz whenever a checkin occurs that is related to a particular bug. Download the trigger script: http://www.fogcreek.com/FogBugz/Downloads/logBugDataCC.pl Make the following changes at the top of the file to suit your environment:
Here's the ClearCase command you should run in each vob you want this feature:
Where it says "your path here", replace that with your path to the file logBugDataCC.pl. Also, note the space after "bin/Perl". In the FogBugz database, the source control table, named CVS, needs to have sPrev and sNew set to varchar(255). |
||
|
|