3

Other than logging into FogBugz and using it etc, what kind of integration points does it have?

Michael Pryor
  • 25,046
  • 18
  • 72
  • 90
Blankman
  • 259,732
  • 324
  • 769
  • 1,199

3 Answers3

5

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

rincewind
  • 2,502
  • 19
  • 26
3

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.

Rich Armstrong
  • 1,432
  • 2
  • 16
  • 20
1

See the FogBugz API documentation.

John Topley
  • 113,588
  • 46
  • 195
  • 237