Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jirosso

Jirosso is a command line tool to manipulate JIRA tasks.

Basic setup

Install the requirements:

$ pip install -r requirements.txt

List of available commands:

  • commit-time –– Update task with the time spent on it
  • create-issue –– Create new issue

Run the application:

$ python -m jirosso --help

Make the application being available system wide

$ pip install -e .
$ ln -s /usr/local/bin/jirosso jirosso

Make the application being executable on git commit

$ cp git_hooks/prepare-commit-msg your_project/.git/hooks
$ chmod +x your_project/.git/hooks/prepare-commit-msg

To run the tests:

$ pytest tests

About

Jira bug tracker cli

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages