Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 928 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 928 Bytes

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

/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