This panel focuses on pending tasks, that is, those Pull Requests that remain open. Of course this depends on when we retrieved the data. Grimoirelab-sirmordred documentation provides information on how to configure data retrieval.
It is possible to filter data in the same way as in other GitHub panels (by submitter, repository and domain).
A list with the oldest Pull Requests 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.
To use this dashboard with your own GrimoireLab deployment you need to:
github_issues
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 github_issues-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import github_pull_requests_backlog.json
Edit this doc