ianunruh / jira-zd-bridge

Python bot that bridges JIRA issues to Zendesk tickets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jira-zd-bridge

Production

git clone https://github.com/ianunruh/jira-zd-bridge.git -b next
cd jira-zd-bridge

pip install -U -r requirements.txt
python setup.py install

jzb --help

Development

Install and start Redis in one terminal

brew install redis
redis-server

Install and run local JIRA instance

brew tap atlassian/tap
brew install atlassian-plugin-sdk
atlas-run-standalone --product jira

Configure acceptance tests

cp config.sample.yml config-test.yml
cp test_cases.sample.yml test_cases.yml

vim config-test.yml

Install tox and run acceptance tests

# If using pyenv
pyenv global 2.7.9 3.4.3

pip install tox

tox

About

Python bot that bridges JIRA issues to Zendesk tickets

License:Apache License 2.0


Languages

Language:Python 100.0%