I started working on a mode to interface to emacs with FogBugz. In particular I want a nice org-mode file generated with it.

FogBugz is a bug/issue tracker, we're using it at work and it isn't too bad.

I'm coding a server that mocks the API of FogBugz so that testing the interface is much quicker (also because I have no internet at home at the moment and it's really hard to test a web API without internet)

The mock server uses Common Lisp: https://github.com/omouse/fogbugz-mode/blob/master/mock-fogbugz.lisp
-Rudolf O.