Skip to content

Instantly share code, notes, and snippets.

@mikedatsko
Forked from toashd/export-gh-issues.sh
Created September 19, 2017 20:47
Show Gist options
  • Save mikedatsko/d952a498f2c5d0a647efad8ae72d937a to your computer and use it in GitHub Desktop.
Save mikedatsko/d952a498f2c5d0a647efad8ae72d937a to your computer and use it in GitHub Desktop.
Export github issues to json
curl -u ':uname' 'https://api.github.com/repos/:org/:repo/issues' > issues.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment