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 code: