2

1

Is there an easy way to get FogBugz to post ticket updates to a campfire room? Do I need to write my own module? Is there a way to do it with existing tools etc?

flag

1 Answer

2

As far as I know, nobody has written a module to integrate FogBugz with Campfire. But a cursory examination suggests that this could be accomplished with a FogBugz .NET plugin that interacts with the Campfire JSON API.

Campfire also has an XML API, like FogBugz, so you could make a less complicated web for which gets the information from FogBugz and pushes it to Campfire. It would be less feature-rich but it would also take less time to create.

So the short answer: There aren't any existing tools, but there are the tools for you to make your own tools. Here are some helpful links:

Campfire API Documentation

FogBugz XML API Documentation

FogBugz Plugin Architecture

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.