}
$substs{"product"} = $values{'product'};
$substs{"component"} = $values{'component'};
+ $substs{"keywords"} = $values{'keywords'};
+ $substs{"severity"} = $values{'bug_severity'};
$substs{"summary"} = $values{'short_desc'};
$substs{"reasonsheader"} = join(" ", map { $rel_names{$_} } @$relRef);
$substs{"reasonsbody"} = $reasonsbody;
X-Bugzilla-Reason: %reasonsheader%
X-Bugzilla-Product: %product%
X-Bugzilla-Component: %component%
+X-Bugzilla-Keywords: %keywords%
+X-Bugzilla-Severity: %severity%
%urlbase%show_bug.cgi?id=%bugid%