Add project bug totals to the "Package report" screen
Bug #513557 reported by
MarcRandolph
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
I searched and could not find that this has already been reported:
The Mythbuntu project has a "bug team". We want to use the "Package report" screen (https:/
summary: |
- Need ability to add project bug totals to the "Package report" screen + Add project bug totals to the "Package report" screen |
Changed in malone: | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: ui |
Changed in launchpad: | |
importance: | Medium → Low |
tags: | added: bug-search |
To post a comment you must log in.
You see there's a schema in the back that we use to make the package-report, that change would mean changing all the pages in launchpad to show up the totals. One easy way to accomplish this would be to use Launchpad API to get the info. out and then use python to add it up and display it on a separate page :) You can always link that page in your description.