Skip to content

Instantly share code, notes, and snippets.

@amonger
Created September 18, 2024 10:19
Show Gist options
  • Save amonger/2385361dfc73d283582986777dca9a98 to your computer and use it in GitHub Desktop.
Save amonger/2385361dfc73d283582986777dca9a98 to your computer and use it in GitHub Desktop.
Get a list of jiras associated with a PR
gh pr view 362 -q ".commits[].messageBody" --json commits | grep -o "EP-.\S* " | uniq | sort | sed -e "s/^/https:\/\/elevate.atlassian.net\/browse\//"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment