summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 08026f1a3..7d86fe328 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -266,6 +266,7 @@ use constant MAX_LINE_LENGTH => 254;
# use.)
use constant FIELD_MAP => {
creation_time => 'creation_ts',
+ creator => 'reporter',
description => 'comment',
id => 'bug_id',
last_change_time => 'delta_ts',