/errbot-jira

Primary LanguagePythonApache License 2.0Apache-2.0

err-jira

An errbot plugin for working with Atlassian JIRA.

OAuth for JIRA

Follow the guides on the JIRA developer pages:

Requirements

pip install -r requirements.txt

Installation

plugin will try to find API_URL, USERNAME and PASSWORD as an env.variables JIRA_URL, JIRA_USERNAME, JIRA_PASSWORD
/repos install https://github.com/Grizzlyt/errbot-jira.git
/plugin config Jira {'API_URL': 'http://jira.example.com', 'USERNAME': 'errbot', 'PASSWORD': 'password', 'PROJECTS': ['FOO', 'BAR']}
/plugin activate Jira