Skip to content

Instantly share code, notes, and snippets.

@LSTANCZYK
Forked from patcon/myplanet-jira-cli.md
Last active August 29, 2015 14:06
Show Gist options
  • Save LSTANCZYK/fe80355e9a00317d729a to your computer and use it in GitHub Desktop.
Save LSTANCZYK/fe80355e9a00317d729a to your computer and use it in GitHub Desktop.

Download file from URL below (can take awhile before it starts)

https://marketplace.atlassian.com/plugins/com.consultingtoolsmiths.jira.cli

$ cd ~/Downloads
$ sudo tar -xzf jira-cli-4.4.tgz -C /usr/share
$ sudo mv /usr/share/jira-cli-4.4 /usr/share/jira-cli
$ echo "alias jira='python /usr/share/jira-cli/jira --server=http://myplanet.jira.com'" >> ~/.zshrc
$ cd ~
$ jira
>>> prompts for username/pass first time, then lists commands
$ jira projects
>>> lists project
$ jira getissues 'assignee = currentUser() AND project = "DevOps!" AND status = "In Progress"'
>>> HOORAY!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment