Skip to content

chexex/jirosso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published