P4DTI issue job000089

TitleBugzilla bug history isn't updated
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionBugzilla has a bugs_activity table, used for displaying bug activity (note: this is not used for identifying recently changed bugs; there is a separate mechanism for that). Changes to bugs go in the bugs_activity table. The Bugzilla integration doesn't currently update this table at all. It should, when updating fields in bug records.
Analysisbugzilla_bug.update() needs to work out what records to put into the bugs_activity table. This needs some careful grokking of the Bugzilla sources to figure out. Note that the fieldid column needs to be looked up in the fielddefs table.
How foundinspection
EvidenceI just know.
Introduced in0.5.0
Created byNick Barnes
Created on2000-11-29 14:14:35
Last modified byGareth Rees
Last modified on2010-10-06 21:22:26
History2000-11-29 NB Created.

Fixes

Change Effect Date User Description
5446 closed 2000-12-05 13:47:18 Nick Barnes        Typo in last changelist.