Bug 229241

Summary: Add version to subject line
Product: [Community] Bugzilla Reporter: Paul Gampe <pgampe>
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.18CC: pcormier, pgraner
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-19 21:33:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Gampe 2007-02-19 18:41:39 UTC
Description of problem:

When receiving e-mail notifications from Bugzilla having the product version 
number in the subject line would make sorting of e-mails easier.

Version-Release number of selected component (if applicable):

2.18-rh

How reproducible:

Always

Steps to Reproduce:
1. Receive an e-mail from bugzilla
2.
3.
  
Actual results:

Subject: [Bug 219506] Add section for mount options in NFS image section

Expected results:

Subject: [Version 5.0.0] [Bug 219506] Add section for mount options in NFS 
image section

Additional info:

Comment 1 David Lawrence 2007-02-19 21:33:24 UTC
The version as well as other information is already include in the mail header
of every bugzilla email in the form of:

X-Loop: bugzilla
X-BeenThere: bugzilla
X-Bugzilla-Product: %product%
X-Bugzilla-Version: %version%
X-Bugzilla-Status: %status%
X-Bugzilla-Component: %component%
X-Bugzilla-Comment: %private%
X-Bugzilla-Reason: %reasonsheader%
X-Bugzilla-Changed-Fields: %changeheader%

Your email client should be able sort on those without adding more
to the subject line.

Dave