Skip to content

Instantly share code, notes, and snippets.

@eddiemoya
Last active August 29, 2015 14:02
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 eddiemoya/24ea52b5487c11a0c7d9 to your computer and use it in GitHub Desktop.
Save eddiemoya/24ea52b5487c11a0c7d9 to your computer and use it in GitHub Desktop.
Open PDP JIRAs from the command line..
# To use this, open ~/.bash_profile, and add the function below.
# Then run . ~/.bash_profile to reload your profile.
# Usage: pdp <jira_number>
pdp() { open -a "Google Chrome" https://obujira.searshc.com/jira/browse/PDP-$1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment