From: Emmanuel Seyman Date: Sat, 30 Mar 2024 08:57:08 +0000 (+0100) Subject: Bug 1403169: add a X-Bugzilla-ID header to emails (#162) X-Git-Tag: bugzilla-5.2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42c22e6dfd97ad57be3ff1ef310014508e4c6e73;p=thirdparty%2Fbugzilla.git Bug 1403169: add a X-Bugzilla-ID header to emails (#162) Authored-by: Emmanuel Seyman --- diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index 02bd38e13..ffac94d1a 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -13,6 +13,7 @@ X-Bugzilla-Component: [% bug.component %] X-Bugzilla-Version: [% bug.version %] X-Bugzilla-Keywords: [% bug.keywords %] X-Bugzilla-Severity: [% bug.bug_severity %] +X-Bugzilla-ID: [% bug.id %] X-Bugzilla-Who: [% changer.login %] X-Bugzilla-Status: [% bug.bug_status %] X-Bugzilla-Resolution: [% bug.resolution %]