Skip to content

Instantly share code, notes, and snippets.

@base10
Created January 2, 2024 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save base10/7de926650cf325df24b508f46e121876 to your computer and use it in GitHub Desktop.
Save base10/7de926650cf325df24b508f46e121876 to your computer and use it in GitHub Desktop.
jira-cli tool aliases
alias board="jira issue list -C store -s 'To Do' -s 'In Progress' -s 'In QA' -s 'Peer Review' -s 'Passed QA' --order-by Status"
alias jv="jira issue view"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment