The issues dashboard is a client side web application which lets you log in to GitHub showing all open tickets across all organization units and repositories.
It does not require to run a web server since the HTML page uses JS to talk directly to the GitHub API.
You can either use it directly from the GitHub page: http://dirk-thomas.github.io/issues_dashboard/
Or you can clone the repository and open the index.html file using a file:// url.
You can automate the login by adding your OAuth token into the config.js file.
You should only do that in a local workspace and never commit your credentials to a publically readable repository.
The OAuth token should grant the scope repo
in order to list all repositories of the user as well as related organization units.