Skip to content

Instantly share code, notes, and snippets.

@pauldougan
Created January 29, 2018 22:30
Show Gist options
  • Save pauldougan/8e462ffbef753cdba081bbb9858ee072 to your computer and use it in GitHub Desktop.
Save pauldougan/8e462ffbef753cdba081bbb9858ee072 to your computer and use it in GitHub Desktop.
get list of epics
export TRACKER_TOKEN=36d78e8c993f5339b39b5df310e26359
curl -X GET -H "X-TrackerToken: $TRACKER_TOKEN" "https://www.pivotaltracker.com/services/v5/projects/1275640/epics" | jq .
curl -X GET -H "X-TrackerToken: $TRACKER_TOKEN" "https://www.pivotaltracker.com/services/v5/projects/1275640/epics/3863815" | jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment