Launchpad should batch attachment notification emails
Bug #424849 reported by
Marco Rodrigues
This bug affects 15 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Graham Binns | ||
apport (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: apport
Hi!
The apport-collect currently add one attachment per comment, and it's a bad idea. Why not just add one comments with all the attachments inside like the apport-gtk does ?
Thanks
---
Proposed solution from one of the duplicate bugs:
* If there are a lot of updates in a short period of time, only send 1 email
description: | updated |
tags: | added: story-better-bug-notification |
summary: |
- merge multiple notification emails into one + Launchpad should batch attachment notification emails |
Changed in malone: | |
importance: | Low → High |
Changed in malone: | |
assignee: | nobody → Graham Binns (gmb) |
status: | Triaged → In Progress |
Changed in malone: | |
status: | In Progress → Triaged |
assignee: | Graham Binns (gmb) → nobody |
Changed in malone: | |
status: | Triaged → In Progress |
assignee: | nobody → Graham Binns (gmb) |
milestone: | none → 10.06 |
Changed in malone: | |
milestone: | 10.07 → 10.08 |
tags: | added: story-better-notification-sending |
Changed in launchpad: | |
status: | Triaged → In Progress |
To post a comment you must log in.
I'm just using launchpadlib. addAttachment( ); unfortunately there is nothing that I can do about bug mail on the launchpadlib client side. But I agree that Launchpad bug mail for followup comments/ attachments should be condensed into one mail, similar to what happens with initial bug filing.