Title | Can't replicate other Bugzilla fields |
Status | closed |
Priority | essential |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | Bugzilla bugs have loads of fields. We only replicate a small number of them. We don't support the "replicated_fields" parameter in the Bugzilla configuration. |
Analysis | Fields for consideration: bug_file_loc, bug_severity, creation_ts, op_sys, priority, product, rep_platform, reporter, version, component, resolution (see another job job000091?), target_milestone, qa_contact, status_whiteboard, votes, keywords. It's essential to decide which other fields to replicate. RB 2000-11-29 It's no longer essential to decide that -- we just have to write support for the replicated_fields configuration parameter in configure_bugzilla.py. I've implemented the rest of it. RB 2000-12-08 |
How found | inspection |
Evidence | I just know.//info.ravenbrook.com/project/p4dti/ma...code/replicator/configure_bugzilla.py#5 |
Introduced in | 0.5.0 |
Created by | Nick Barnes |
Created on | 2000-11-29 14:50:00 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:05:41 |
History | 2000-11-29 NB Created. 2000-12-08 RB Updated now that we have a more general Bugzilla configurator. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
7144 | closed | 2001-01-15 15:20:46 | Nick Barnes | replicated_fields and closed_state doc for Bugzilla. |
7013 | closed | 2001-01-11 15:00:46 | Nick Barnes | replicated_fields and closed_state now supported for Bugzilla. |
7011 | closed | 2001-01-11 14:43:29 | Nick Barnes | Make replicated_fields and closed_state work for Bugzilla. Also change Bugzilla startup so we only open one MySQL connection. |