Skip to content

Instantly share code, notes, and snippets.

@omartrigui
Created January 9, 2018 18:33
Show Gist options
  • Save omartrigui/000df39bf0b3b3e3bace40e633a11b81 to your computer and use it in GitHub Desktop.
Save omartrigui/000df39bf0b3b3e3bace40e633a11b81 to your computer and use it in GitHub Desktop.
Dump organization's GitHub issues
#!/bin/bash
curl -i "https://api.github.com/repos/organization/repository/issues" -u "username"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment