Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bugzilla: How to get an rss feed for bug comments?

Tags:

rss

bugzilla

I can see where to get an rss feed for the BUG LIST, however I would like to get rss updates for modifications to current bugs if possible.

like image 360
Zombies Avatar asked Feb 26 '23 14:02

Zombies


2 Answers

This is quite high up when searching via Google for it, so I'm adding a bit of advertisement here:

As Bugzilla still doesn't support this I wrote a small web service supporting exactly this. You can find its source code here and a running instance here.

like image 137
kaesekuchen Avatar answered Mar 12 '23 16:03

kaesekuchen


What you're asking for is the subject of this enhancement bug:

https://bugzilla.mozilla.org/show_bug.cgi?id=256718

but no one seems to be working on it.

My first guess is that the way to do it is to add a template somewhere like template/en/default/bug/show.atom.tmpl with whatever you need. Put it in custom or an extension as needed.

If you're interested in working on it or helping someone with it, visit channel #mozwebtools on irc.mozilla.org.

like image 40
David M Avatar answered Mar 12 '23 18:03

David M