]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1216320 - Update MozProjectReview to create "Enterprise Information Security...
authorDavid Lawrence <dkl@mozilla.com>
Tue, 20 Oct 2015 15:00:58 +0000 (11:00 -0400)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 20 Oct 2015 15:00:58 +0000 (11:00 -0400)
extensions/MozProjectReview/Extension.pm

index a5f4e0b8c074a3326ac19f1d647ed021b3c15afd..d602d4b80c8960f8a7069734fa1ef61d1abfdc57 100644 (file)
@@ -95,13 +95,13 @@ sub post_bug_after_creation {
     if ($do_sec_review) {
         $child_params->{'bug_data'} = {
             short_desc   => 'Security Review: ' . $bug->short_desc,
-            product      => 'mozilla.org',
-            component    => 'Security Assurance: Review Request',
+            product      => 'Enterprise Information Security',
+            component    => 'Review',
             bug_severity => 'normal',
             groups       => [ 'mozilla-employee-confidential' ],
             op_sys       => 'All',
             rep_platform => 'All',
-            version      => 'other',
+            version      => 'unspecified',
             blocked      => $bug->bug_id,
         };
         $child_params->{'template_suffix'} = 'sec-review';