From: David Lawrence Date: Tue, 20 Oct 2015 15:00:58 +0000 (-0400) Subject: Bug 1216320 - Update MozProjectReview to create "Enterprise Information Security... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b6f1d78bdcde363cbcc80c4e589742819a4e24;p=thirdparty%2Fbugzilla.git Bug 1216320 - Update MozProjectReview to create "Enterprise Information Security : Review" tickets instead of "mozilla.org : Security Assurance : Review Request" tickets --- diff --git a/extensions/MozProjectReview/Extension.pm b/extensions/MozProjectReview/Extension.pm index a5f4e0b8c..d602d4b80 100644 --- a/extensions/MozProjectReview/Extension.pm +++ b/extensions/MozProjectReview/Extension.pm @@ -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';