jicli-0.1.5 is not a library.
JICLI
Rust JIRA client
This is a simple JIRA client to helps to add worklog times into an issue.
Requirements
You must a have rust tools (rustup) installed
Install jicli via cargo
How to use it ?
Set these 3 environnements variables
Then launch the client
ex: add 1 day into issue JIRA-362
To know all possible options
jicli --help
Integrations
For example, if your git brach includes the issue reference, you could write a shell function to deal with it automatically.
If your git branch looks like feat/JIRA-234-my-awesome-feature , you can write a bash function like this
Add this to your ~/.bashrc or ~/.zshrc
# jira time function
# ex: jt 1h (to add one hour to ticket)
Then, use it like this:
# add 1 day to issue JIRA-234