This tool aims to save your time posting your Hamster facts to Jira in an automatic way.
You can install it directly from Github using pip:
$ pip install git+git://github.com/mgaitan/hamster2jira.git
Configure ~/.hamster2jira/local_settings.py
. You can use the provided
local_settings.py.template
as a template.
Then run the script:
$ hamster2jira
Suppose you have a Jira project with the key CPI, then a hamster fact like "45@CPI will add a worklog into the issue CPI-45 on your Jira account (if it exists, of course)
- Manage newEstimate / reduceBy times
- Summarize worktime
- Manage ticket status (through tags?)
- Tests