0

I was wondering if anyone knows how I can get GitHub issues from my repos?

I'd like to be able to save them in either a database, or excel, some way that I can format them and they are useful.

I have tried a couple of programs but they are years old and don't seem to do what they say they do.

1 Answers1

0

You can use the GitHub Developer API to issue GET requests for all of your issues. For an example request see How can I get all the github issues using github API?

TheoretiCAL
  • 19,461
  • 8
  • 43
  • 65