Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created April 9, 2023 19:34
Show Gist options
  • Select an option

  • Save KyMidd/cecc9fe92b696a5450786d4cfd7aacbc to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/cecc9fe92b696a5450786d4cfd7aacbc to your computer and use it in GitHub Desktop.
curl -s --url "https://${YOUR_ATLASSIAN_NAME}.atlassian.net/rest/api/3/project" \
--header 'Accept:application/json' \
--user ${USER_EMAIL}:${JIRA_API_TOKEN} | jq -r '.[].key'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment