GitHub Pull Requests Backlog

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.

Files

To use this dashboard with your own GrimoireLab deployment you need to:

Index Pattern   Dashboard
Index Pattern —– Dashboard


Command line instructions

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