Comment 1 for bug 602796

Revision history for this message
Martin Mai (mrkanister-deactivatedaccount-deactivatedaccount) wrote :

I have written a function in python to do this for the gnome bugzilla activity log: http://paste.pocoo.org/show/234633/

The output for the activity log of gnome bug 619347 (https://bugzilla.gnome.org/show_activity.cgi?id=619347) is the following:
>>>
Status change on 2010-05-29 22:31:02 UTC: UNCONFIRMED -> NEEDINFO
Status change on 2010-06-01 07:08:27 UTC: NEEDINFO -> UNCONFIRMED
Status change on 2010-06-05 22:30:26 UTC: UNCONFIRMED -> NEW
Status change on 2010-06-05 23:47:43 UTC: NEW -> RESOLVED FIXED
Status change on 2010-06-21 11:26:38 UTC: RESOLVED FIXED -> REOPENED
Status change on 2010-06-21 15:01:29 UTC: REOPENED -> RESOLVED FIXED
<<<

Of course only the last status change would be relevant for the bugwatch, but the function can be used in a very flexible manner.