Other than logging into FogBugz and using it etc, what kind of integration points does it have?
3 Answers
It has a pretty complete API: http://www.fogcreek.com/FogBugz/docs/60/topics/advanced/API.html
Their are solutions for a lot of IDEs and you can integrate it with source control: http://www.fogcreek.com/FogBugz/Ecology.html

- 2,502
- 19
- 26
There's a REST API that's documented here. There's a fun tutorial here. If you find any issues, let us know. We want a complete API.
There's a bit of an ecology that's grown up around this. There's also integration with many source code control systems.
Forthcoming:
There's a full plug-in architecture forthcoming in our next version. Our developer alpha is just around the corner. If you're comfortable in a .NET language, particularly C# .NET, and have some thoughts about extending FogBugz, you can sign up to be included in the developer alpha here.

- 1,432
- 2
- 16
- 20