2

I have source control setup to log checkins against FogBugz cases, but it doesn't add an event to the case, and I want to perform some other actions on checkin. How do I do that?

flag

1 Answer

0

There is no way in the FogBugz UI to specify any custom behavior on source control checkin, but you have a couple of options:

  1. You can use the XML API to log checkins. One generous FogBugz user has shared some scripts he wrote for his Git integration. You can get them here on github (Thanks, Arthur!)

  2. The Plugin Architecture in FogBugz 7 provides the IPluginCVSCommit interface. You can write a plugin which performs actions whenever a checkin is posted through either the normal integration or an XML API call.

link|flag

Your Answer

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