githubcappuccino

Print List of Github Issues


Is there a way to print out a list of Github issues? Other than by printing the HTML page.

I've tried using the GitHub Issues Cappuccino App. I got the app working in Chrome, but it never finishes loading the issues. I thought it might be because my repo is private, but I can't get it to finish loading issues from a public repo either.

Has anyone found a good way to do this?


Solution

  • A couple of weeks ago I stumbled upon this blog article: http://www.fullo.net/blog/2012/06/25/export-github-issues-as-csv-with-v3-api/. It explains how to grab the issues via a command line curl call to the new API and stuff them into a csv file suing a simple php script. It's the easiest solution I've found so far.