What Works with FogBugz?
FogBugz integrates with a wide variety of third-party systems. This page is a high-level summary, but be sure to check out the FogBugz Plugin Gallery and the FogBugz Extras Page for a fuller view of the integration tools available for FogBugz. It's also straightforward to create your own integration points with the FogBugz Plugin Platform or the FogBugz XML API.
Version Control Systems
FogBugz has built-in integration with many popular source control systems including:
- Fog Creek Kiln: a highly usable, highly advanced VCS and code review tool with deep FogBugz integration
- Mercurial
- Git (via this app)
- Subversion
- Perforce
- Vault
- Microsoft Visual Source Safe
- CVS
FogBugz' built-in integration with these source control systems allows you to see a list of code changes associated with a FogBugz case from within FogBugz.
More information on Source Control integration
Reporting Tools
You can expand FogBugz reporting with products such as Crystal Reports, Microsoft Access, Microsoft Excel, and Tableau.
The FogBugz Extras Page also lists the set of third-party tools for time tracking and reporting.
FogBugz Plugins
FogBugz Plugins allow you to customize and extend FogBugz by adding new features, modifying existing functionality, and allowing FogBugz to integrate with other applications. They can add new widgets and user interfaces, as well as perform custom tasks in response to a wide variety of events or actions.
Visit the FogBugz Plugin Gallery to browse the list of available Plugins from Fog Creek Software and external vendors. If you don't find the Plugin you're looking for, it's easy to develop your own if you have a bit of experience with C# (or another .NET language).
The FogBugz XML API
Build your own tools using the FogBugz XML API. The latest version of the API allows you to view and edit cases, filters, timesheets, schedules and more! See the full XML API documentation for more information.
Also take a look at the FogBugz Extras Page for tools built using the API, and some example source code.
