Closed Bug 381428 Opened 18 years ago Closed 18 years ago

Provide full bug info in 'bug changed' emails

Categories

(Bugzilla :: Email Notifications, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 86201

People

(Reporter: mike_miller, Unassigned)

Details

User-Agent: Opera/9.20 (Windows NT 5.1; U; en) Build Identifier: Bugzilla 3.0 When a new bug is submitted, the email contains info like: Summary: XDem criteria display needs work Product: Zoom Panel Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: low Component: Order Entry AssignedTo: person1@example.com ReportedBy: person2@example.com QAContact: person3@example.com When an email for a changed bug is sent, that info is not included. In version 2.22, I patched Bugzilla : # mgm 12nov05 # always print full header #if ($isnew) { # $substs{"diffs"} = $head . "\n\n" . $newcomments; #} else { # $substs{"diffs"} = $difftext . "\n\n" . $newcomments; #} if ($isnew) { $substs{"diffs"} = $head . "\n\n" . $newcomments; } else { $substs{"diffs"} = $head . "\n\n" . $difftext . "\n\n" . $newcomments; } In version 3.0, a similar patch: # mgm 20may07 # my $diffs = $difftext . "\n\n" . $newcomments; my $diffs = $head . $difftext . "\n\n" . $newcomments; # mgm My request here is for a simple checkbox in Parameters that will allow me to globally enable the inclusion of the full info header in 'bug-changed' emails. Reproducible: Always Steps to Reproduce: 1. (enhancement request. It doesn't happen yet... :) 2. 3.
Old-requested feature.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.