September 16, 2004

FogBugz + Atom

I spent some time today tinkering with . I love the subscription feature, but I really hate email so I decided to add an Atom feed for each individual bug.


So, now I'm able to subscribe to particular bugs individually. The next step, of course, is to produce a feed for *all* the bugs assigned to me. It turns out that integrating this functionality was really easy. Inside the Fogbugz website directory there is an asp file (dlgBugEditing.asp) that is responsible for handling the display of edit view. I just added the following snippet before the existing


For convenience, I created the feed-producer as an ASP.NET web service (so I can re-use the implementation easily later on) and allowed the HttpGet protocol. If you'd like the code, leave a comment here with some way to get a hold of you and I'll be happy to share it.

Posted by Christian at September 16, 2004 07:05 PM |

Comments
Post a comment