Jirosso is a command line tool to manipulate JIRA tasks.
Install the requirements:
$ pip install -r requirements.txt- commit-time –– Update task with the time spent on it
- create-issue –– Create new issue
$ python -m jirosso --help$ pip install -e .
$ ln -s /usr/local/bin/jirosso jirosso$ cp git_hooks/prepare-commit-msg your_project/.git/hooks
$ chmod +x your_project/.git/hooks/prepare-commit-msg$ pytest tests