sprint-cli
v0.1.0
Published
This projects provides some basic functionality to Jira from the command line via [Jira's API](https://developer.atlassian.com/cloud/jira/platform/rest/).
Downloads
3
Readme
sprint-cli
This projects provides some basic functionality to Jira from the command line via Jira's API.
Setup
- Ensure the directory where
sprint-cli
is called from has a.jira
file which contains the ID of the project in Jira. - Invoke
sprint-cli
and pass the username, password, and instance name asENV
variables:instance=acme [email protected] password=$(gpg -qd ~/.jira-token.gpg) sprint-cli
. I recommend saving this as a shell alias to avoid lots of typing.