From afc529bfc60856fecc027e1f59db96b8235caaa7 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 26 Oct 2021 10:11:46 -0700 Subject: template: add status_whiteboard to email headers Signed-off-by: Robin H. Johnson --- 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 02bd38e13..f7c713d5b 100644 --- a/template/en/default/email/header-common.txt.tmpl +++ b/template/en/default/email/header-common.txt.tmpl @@ -22,3 +22,4 @@ X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] [% END %] X-Bugzilla-Flags:[% FOREACH flag = bug.flags %] [%+ flag.name %][% flag.status %][% END %] +X-Bugzilla-Whiteboard: [% bug.status_whiteboard %] -- cgit v1.2.3-65-gdbad