This dashboard focuses on pending bugs, that is, those Issues that remain open (note that here we work with data retrieved in the moment of dashboard creation).
It is possible to filter data in the same way as in other Bugzilla panels (by submitter, project, and status).
A list with the oldest Issues is also shown, providing direct links to them and some basic information as their titles, how long they have been open and when they were created.
The metrics provided are:
To use this dashboard with your own GrimoireLab deployment you need to:
bugzilla
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).Index Pattern | —– | Dashboard |
Once you have the data in place, if you need to manually upload the dashboard execute the following commands:
kidash -e https://user:pass@localhost:443/data --import bugzilla-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import bugzilla_backlog.json
Edit this doc