4

1

Can we get an overview of FogBugz's Source Control Integration feature?

flag

1 Answer

3

FogBugz can be set up to work together tightly with most source control systems. When you commit a bug fix to source control, you simply type the case number that you're fixing. The integration scripts see this and create bidirectional links:

  1. From the FogBugz case to the source control history and diffs
  2. From the source control system to the FogBugz case.

The benefits:

  • You can implement a code-review process. Simply assign a case to the code reviewer. They click on the links to see the diffs in the source control system and review them.
  • It's easy to find out how a bug was fixed by jumping straight to the source code change.
  • When you're looking at the changes made in the source code and wondering why they were made, you can quickly jump to the bug they were intended to fix.

The exact mechanism for entering a case number when you commit changes depends on your source control system.

Before you can start using source control integration, you will need to make a few configuration changes to FogBugz and your source control system so they can talk to each other.

If you don't already have source control, we recommend Kiln.

link|flag
And see here fogbugz.stackexchange.com/questions/3/… for instructions for Git/GitHub – Malcolm Box Sep 27 2010 at 13:06

Your Answer

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