diff --git a/mozilla/webtools/bugzilla/post_bug.cgi b/mozilla/webtools/bugzilla/post_bug.cgi index 6fb054c9f5f..be061b2f14f 100755 --- a/mozilla/webtools/bugzilla/post_bug.cgi +++ b/mozilla/webtools/bugzilla/post_bug.cgi @@ -100,6 +100,7 @@ if ($token) { 'cc' => { 'type' => 'multi' }, 'assigned_to' => { 'type' => 'single' }, 'qa_contact' => { 'type' => 'single' }, + '^requestee_type-(\d+)$' => { 'type' => 'multi' }, }); # The format of the initial comment can be structured by adding fields to the