Canned "This bug did not have a package" response wastes time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
When a bug is reported on Ubuntu with no package specified, Ubuntu Bug Squad members copy and paste a canned response into a bug comment.
From <https:/
Or from <http://
This has several minor problems:
* It makes the process of refiling take longer than it otherwise would -- and once bug 57414 was fixed, it would take even longer. (Launchpad Greasemonkey Scripts automate this, but that slightly raises the barrier to entry for taking part in the Bug Squad.)
* Most of it is identical information that will always be relevant to the reporter immediately once the bug is reported, but they receive it only once a triager has looked at it.
* The comment is directed only to the reporter, but it clutters the page for everyone who comes across it, and the e-mail notifications for everyone who was subscribed.
* If you're unlucky enough to be searching Launchpad for text that happens to be in the canned response (e.g. the word "classified"), you'll get lots of false positives.
Instead, I suggest that Launchpad have a field for a distribution's bug supervisor to supply advisory text for this situation. The text should be displayed on a bug report, immediately once it is reported, whenever (a) the report is on a distribution that Launchpad knows about the packages for but (b) the report is not currently filed on a package. The text could also be included in the initial e-mail notification sent to the reporter.
This would be one small step towards the years-old idea of "What this bug report needs next".
To avoid duplication, three other things should happen immediately after this bug is fixed:
1. remove the canned response from <https:/
2. remove the canned response from <http://
3. mail the Bug Squad mailing list to let them know to update their copy of launchpad-
(See also bug 520405.)
tags: | added: degreasing |
tags: | added: story-better-bug-notification |
summary: |
- Canned "This bug did not have a package" reponse wastes time + Canned "This bug did not have a package" response wastes time |
This could be done in conjunction with the work for bug 556499. There is some overlap between the two bugs, though some differences between them as well. And they fix different problems, too.