jicli 0.1.2

Simple JIRA client to add worklog time to an issue
jicli-0.1.2 is not a library.

JICLI

Rust JIRA client

This is a simple JIRA client to helps to add worklog times into an issue.

Install it

cargo install jicli

How to use it ?

Set these 3 environnements variables

export JIRA_URL=https://my-jira.com
export JIRA_USER=my_user
export JIRA_PASSWORD=my_password

Then launch the client

ex: add 1 day into issue JIRA-362

jicli --issue JIRA-362 --time 1d