October 26, 2018
When working on the Ubuntu Server team, the team wanted to do a better job at reviewing bugs that come in over the course of each day. The result of that problem was the Ubuntu Bug Triage snap.
This snap obtains a list of bugs for an Ubuntu team or package that were created or updated yesterday. Users can further define the number of days to triage to increase the number of bugs found, the output type to allow machine readable output, or set the behavior to open the bugs in a browser and immediately begin bug triage.
As this is a snap it is installed easily via the snap store:
snap install ubuntu-bug-triage
Below is usage for the app:
ubuntu-bug-triage [team|package]
For example, to find bugs updated in the last 30 days for the libvirt package a user would run:
ubuntu-bug-triage libvirt 30
If you encounter an issue, have a feature request or idea for something new, or have questions about the tool feel free to file a GitHub issue!