From 42c22e6dfd97ad57be3ff1ef310014508e4c6e73 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Sat, 30 Mar 2024 09:57:08 +0100 Subject: [PATCH] Bug 1403169: add a X-Bugzilla-ID header to emails (#162) Authored-by: Emmanuel Seyman --- template/en/default/email/header-common.txt.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/template/en/default/email/header-common.txt.tmpl b/template/en/default/email/header-common.txt.tmpl index 02bd38e133..ffac94d1ab 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 %] -- 2.47.3