Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to email notifications - Patch by Mark Loeser <halcy0n@gentoo.org> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@182280 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -584,6 +584,8 @@ sub sendMail {
|
||||
}
|
||||
$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;
|
||||
|
||||
@@ -89,6 +89,8 @@ Subject: [Bug %bugid%] %neworchanged%%summary%
|
||||
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%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user