Launchpad sends change notification updates to the person who requested the change

Bug #548 reported by Sebastien Bacher
168
This bug affects 19 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Yellow Squad

Bug Description

Malone should have an option to not send emails about bug changes to the person doing the change.

Related branches

Brad Bollenbach (bradb)
Changed in malone:
assignee: nobody → bradb
status: New → Accepted
Brad Bollenbach (bradb)
Changed in malone:
assignee: bradb → nobody
Christian Reis (kiko)
description: updated
Revision history for this message
dresnu (dresnu) wrote :

For example it's pointless to send an update status mail to my mailbox for comments I have sent on some bug I'm subscribed.

Revision history for this message
Matthew Nuzum (newz) wrote :

it's a bit frustrating... I look at my bug folder mailbox and it says I have 7 bugs, so I resolve all 7 and the box is empty, then 15 minutes later I have 10 or 11 things in there because I closed, commented or assigned bugs. Its like the more work I do the more work I have to do. :-(

Revision history for this message
Matt Zimmerman (mdz) wrote :

I use the following sieve rule to work around this bug:

# My own comments in Launchpad bugs
if allof(
        header :contains "Reply-To" "@bugs.launchpad.net>",
        header :contains "From" "<mdz@"
 ) {
        discard;
}

Revision history for this message
Mark (mark-wege) wrote :

This is really a very annoying behaviour. First I thought, I just have to configure it somewhere in Launchpad, like you can configure those things on other platforms. I took a while for me to discover that this behaviour can not be configured. Very annoying. Would be great if this could be fixed.

Revision history for this message
Graham Binns (gmb) wrote : Re: [Bug 548] Re: don't send mails about changes to the people doing the change

On Mon, Apr 06, 2009 at 08:48:38AM -0000, Mark wrote:
> This is really a very annoying behaviour. First I thought, I just have
> to configure it somewhere in Launchpad, like you can configure those
> things on other platforms. I took a while for me to discover that this
> behaviour can not be configured. Very annoying. Would be great if this
> could be fixed.

Adding a configuration option would probably be the best way to tackle
this, since quite a few people (me included) find it an extremely useful
feature.

Revision history for this message
flrtx (fltrx) wrote : Re: don't send mails about changes to the people doing the change

What about this feature request? Is someone working on that?

I would really appreciate this to be done.

flrtx (fltrx)
description: updated
summary: - don't send mails about changes to the people doing the change
+ Launchpad sends notifications updates to the members that change
+ reports.
summary: - Launchpad sends notifications updates to the members that change
- reports.
+ Launchpad sends notification updates to the members that change reports.
Matt Zimmerman (mdz)
summary: - Launchpad sends notification updates to the members that change reports.
+ Launchpad sends change notification updates to the person who requested
+ the change
Graham Binns (gmb)
tags: added: story-better-bug-notification
Graham Binns (gmb)
Changed in malone:
importance: Medium → High
Revision history for this message
Brian Murray (brian-murray) wrote :

One case where this occurs is when someone assigns themselves a bug report - they receive the full bug details since they are a new subscriber (see _send_bug_details_to_new_bug_subscribers). Looking at the acter (who assigned the bug) parameter I am adding may be one way to prevent that email from being sent.

Graham Binns (gmb)
tags: added: story-better-notification-sending
Revision history for this message
Martin Ueding (martin-ueding) wrote :

It is also pointless to send me an email that tells me that a branch was linked to a bug when I commited with the --fixes option. And the same is true for blueprints or merge proposals, one should not get an email for any action that was done by themselves.

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 548] Re: Launchpad sends change notification updates to the person who requested the change

On 23 January 2011 18:03, Martin Ueding <email address hidden> wrote:
> It is also pointless to send me an email that tells me that a branch was
> linked to a bug when I commited with the --fixes option. And the same is
> true for blueprints or merge proposals, one should not get an email for
> any action that was done by themselves.

This is a matter of personal preference: some people like to have a
complete record in their mail, including actions they did themselves.
But there should be a way to turn it off.

--
Martin

Revision history for this message
Brad Crittenden (bac) wrote :

This feature can be incorporated into our work with bug subscriptions and filters.

Changed in launchpad:
status: Triaged → In Progress
assignee: nobody → Launchpad Yellow Squad (yellow)
Revision history for this message
Launchpad QA Bot (lpqabot) wrote :
Changed in launchpad:
milestone: none → 11.02
Ian Booth (wallyworld)
tags: added: qa-ok
Revision history for this message
Launchpad QA Bot (lpqabot) wrote :
tags: added: qa-needstesting
removed: qa-ok
Changed in launchpad:
status: In Progress → Fix Committed
Gary Poster (gary)
tags: added: qa-ok
removed: qa-needstesting
Curtis Hovey (sinzui)
Changed in launchpad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.