An errbot plugin for working with Atlassian JIRA.
Follow the guides on the JIRA developer pages:
pip install -r requirements.txt
/repos install https://github.com/alexanderfahlke/err-jira.git
/plugin config Jira {'API_URL': 'http://jira.example.com', 'USERNAME': 'errbot', 'PASSWORD': 'password',
'PROJECTS': ['FOO', 'BAR']}
/plugin activate Jira