Notifications don't tell you whether you're a bug's reporter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
Brian Murray |
Bug Description
As far as I can tell there is not a distinction between when you are a Reporter or a Subscriber of a bug report in the e-mails that Malone sends. Below is a bug I reported with the Rationale set to Subscriber:
Subject: [Bug 128130] Re: yelp crashed with SIGSEGV
X-Launchpad-Bug: product=yelp; status=Unknown; importance=Unknown;
X-Launchpad-Bug: distribution=
<email address hidden>;
X-Launchpad-
Personally I am subscribed to quite a lot of bugs and it would be helpful to sort the ones I have reported.
(The equivalent for merge proposals is bug 353325.)
Related branches
- Edwin Grubbs (community): Approve
-
Diff: 49 lines (+17/-0)3 files modifiedlib/canonical/launchpad/mailnotification.py (+6/-0)
lib/lp/bugs/doc/bugnotification-email.txt (+1/-0)
lib/lp/bugs/doc/bugnotification-sending.txt (+10/-0)
Changed in malone: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
description: | updated |
tags: | added: story-better-bug-notification |
Changed in malone: | |
assignee: | nobody → Brian Murray (brian-murray) |
status: | Triaged → In Progress |
tags: | added: qa-ok |
Changed in malone: | |
milestone: | none → 10.06 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in malone: | |
status: | Fix Committed → Fix Released |
Well, the reason we can't do that is that you don't get emailed for being a reporter :-) The reporter is subscribed upon bug creation, but he can unsubscribe later. That's why it can't fit in the -Message-Rationale header. Do you have an alternative suggestion?