Skip to content

Instantly share code, notes, and snippets.

@kmccarth
Created May 13, 2017 18:00
Show Gist options
  • Save kmccarth/ddd8312c3fdf7e7b2f09016ec0ae67b0 to your computer and use it in GitHub Desktop.
Save kmccarth/ddd8312c3fdf7e7b2f09016ec0ae67b0 to your computer and use it in GitHub Desktop.
jira clli
#!/bin/bash
# Run first: chmod +x jira_cli_install.sh;
echo "Installing gem...";
sudo gem install terjira;
echo "Logging into Jira, here are values for prompt:";
echo "Site: https://ventureapp.atlassian.net Context path:jira Username: kevin@ventureapp.com Password: \n"
jira login;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment