Title | Bugzilla emails give incorrect values for user fields |
Status | closed |
Priority | essential |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | Bugzilla sends email to affected users when a bug changes. This email describes the change: stating which fields in the bug have changed and giving old and new values. If the change is to a user field (e.g. "assigned_to" or "qacontact"), the old and new values should appear as the Bugzilla logins (email addresses) of the users in question. However, if the bug is changed by the P4DTI replicator, these values appear as numeric user IDs instead. |
Analysis | Before adding rows to the bugs_activity and p4dti_bugs_activity tables, we need to check whether the field is a user field. If it is, we need to get the login_name of each user and use that instead. |
How found | automated_test |
Evidence | I just know. |
Observed in | 2.1.2 |
Introduced in | 0.4.0 |
Created by | Nick Barnes |
Created on | 2004-07-16 14:31:41 |
Last modified by | Nick Barnes |
Last modified on | 2004-07-16 14:32:18 |
History | 2004-07-16 NB Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
97171 | closed | 2004-05-28 16:43:43 | Nick Barnes | Bugzilla 2.17.7 support: bugmail.pl replacement for processmail. Bugzilla 2.17.5 database schema changes (especially new groups system, new product and component IDs, group_control_map controls); Cache results of some database queries to speed operation with new or old schemas; Changed bug change permission rules; Clean up better when deleting a bug; Correct values in bugs_activity entries when changing user columns. |
97157 | open | 2004-05-28 16:14:03 | Nick Barnes | Upgrade P4DTI test suite to handle Bugzilla 2.17.7. |