diff options
author | Byron Jones <glob@mozilla.com> | 2015-02-03 06:53:41 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-02-03 06:53:41 +0100 |
commit | 5142db3cb0a7b0b39a15eaa75623767b43595c26 (patch) | |
tree | 8a07df3c8cd1059896d09c01eea82574608a840d | |
parent | a62031f009525769d52476350cee0facd91736b6 (diff) | |
download | bugzilla-5142db3cb0a7b0b39a15eaa75623767b43595c26.tar.gz bugzilla-5142db3cb0a7b0b39a15eaa75623767b43595c26.tar.xz |
Bug 1082701: Move mozilla.org::Server Operations: Database to Data & BI Services Team:: Database Operations this week (before Oct 20th)
-rw-r--r-- | extensions/BMO/Extension.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 97e31796c..a8853463d 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -892,8 +892,8 @@ sub field_end_of_create { my $bug_data = { short_desc => "Custom field '$name' added to bugzilla.mozilla.org", - product => 'mozilla.org', - component => 'Server Operations: Database', + product => 'Data & BI Services Team', + component => 'Database Operations', bug_severity => 'normal', op_sys => 'All', rep_platform => 'All', |