yzl
93958d0fb0
|
1 year ago | |
---|---|---|
.. | ||
images | 1 year ago | |
README.md | 1 year ago | |
media_jira_servicedesk.yaml | 1 year ago |
README.md
Jira Service Desk webhook
This guide describes how to integrate Zabbix 7.0 installation with Jira Service Desk using the Zabbix webhook feature. This guide provides instructions on setting up a media type, a user and an action in Zabbix.
Please note that recovery and update operations and Jira Service Desk's custom fields are supported only for trigger-based events.
Setting up webhook in Zabbix
1. Before setting up a Jira Service Desk Webhook, it is recommended to set up a global macro "{$ZABBIX.URL}" containing a URL to the Zabbix frontend.
As an example, this macro can be used to populate Jira Service Desk's custom field with a URL to event info or graph.
2. In the "Administration -> Media types" section, import the media_jira_servicedesk.yaml
3. Open the newly added Jira Service Desk media type and replace all with your values.
The following parameters are required:
jira_url - actual URL of your Jira Service Desk instance,
jira_user - Jira Service Desk user login,
jira_password - password or API token (for Jira Service Desk Cloud installations an API token can be obtained at https://id.atlassian.com/manage/api-tokens),
jira_servicedesk_id - numerical ID of your Jira Service Desk (not to be mistaken with a project ID or a Service Desk key!),
jira_request_type_id - numerical ID of your Jira Service Desk RequestType.
By default, the webhook does not use Jira Service Desk custom fields. To export information into your Jira Service Desk custom field, add a parameter with custom field ID as a key (if you need help finding custom field ID, see this page in Jira Service Desk documentation).
Notes:
- All custom fields should not be hidden from the request form.
- Jira Service Desk webhook supports string, URL, number, and datetime fields for now.
- Date and time must be in ISO 8601 format with the timezone of the Zabbix server (yyyy-MM-ddTHH:mm:ss+hhmm). You can use "{EVENT.DATE}T{EVENT.TIME}" pattern, all dots from Zabbix yyyy.MM.dd format will be replaced by dashes.
- If the server time is set to UTC, there is no need to add a timezone at the end of the parameter value.
4. Create a Zabbix user and add Media with the Jira Service Desk media type. Though a "Send to" field is not used in the Jira Service Desk webhook, it cannot be empty. To comply with frontend requirements, you can put any symbol there. Make sure this user has access to all hosts for which you would like problem notifications to be converted into Jira Service Desk tasks.
For more information see Zabbix and Jira Service Desk documentations.
Supported Versions
Zabbix 7.0