0

Does FogBugz offer a developer API for interacting with party applications? If so, where can I find documentation on it?

Moshe
  • 57,511
  • 78
  • 272
  • 425

2 Answers2

3

Try here: FogBugz XML API version 8

PaulStock
  • 11,053
  • 9
  • 49
  • 52
  • That would have made my migration task a lot easier! I guess it wasn't around at the time for the version we were using – tonycoupland Aug 16 '11 at 14:57
  • @tonycoupland: FogBugz XML API is there since FogBugz 5 :-) – Peter Štibraný Aug 16 '11 at 15:02
  • 1
    I think I originally wrote it against FB5, but I guess rather than look for an API I just hacked straight into the DB :) ... typical coder – tonycoupland Aug 16 '11 at 15:35
  • @tonycoupland: let's be fair to you ... in FB5, XML API was far from complete ... furthermore, FogBugz has well-documented DB schema, so using DB directly was probably better choice :-) – Peter Štibraný Aug 16 '11 at 16:15
0

I am not aware of an API, but the SQL Server database is reasonably easy to navigate. I have written tools to extract entries from Fogbugz and insert them into a timesheet system.

tonycoupland
  • 4,127
  • 1
  • 28
  • 27