OSidorenkov / zabbix-jira

Python module that allows you to create tasks in Jira by the trigger from Zabbix
MIT License
40 stars 21 forks source link

Issue not transitioned to Done #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

When Zabbix fires an recovery alert, the Jira issue is not transitioned to Done. I adjusted the transition ID so it should be okay.

OSidorenkov commented 6 years ago

Hello, Christiaan! You are right. First, you need to get ID of "Done" status. It's may be unique on different Jira apps. So I left a little instruction on how to find the right ID in the config.py.example: jira_close_status = '41' # unique status for project. Read https://jira.readthedocs.io/en/master/examples.html#transitions to get your id

Thx for using this module =)