oncall-engine/engine/apps/integrations/templates/html/integration_jira.html
Vadim Stepanov d198b932c1
Zendesk inbound integration docs (#1860)
# What this PR does
Add docs & logo for Zendesk integration. Main PR in private repo:
https://github.com/grafana/oncall-private/pull/1772

## Which issue(s) this PR fixes
https://github.com/grafana/oncall-private/issues/1627

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] No changelog (Zendesk integration will be only available in cloud)
2023-05-03 11:38:07 +01:00

20 lines
829 B
HTML

<h4>How to start sending alerts to Grafana OnCall from Jira</h4>
<p>Create a new webhook connection in Jira to send events to Grafana OnCall using the integration URL above.</p>
<p>Refer to Jira documentation for more information on how to create and manage webhooks:
<a href="https://developer.atlassian.com/server/jira/platform/webhooks/" target="_blank">
https://developer.atlassian.com/server/jira/platform/webhooks/
</a>
</p>
<p>When creating a webhook in Jira, select the following events to be sent to Grafana OnCall:</p>
<p>
<ol>
<li>1. Issue - created</li>
<li>2. Issue - updated</li>
<li>3. Issue - deleted</li>
</ol>
</p>
<p>After setting up the connection, you can test it by creating a new issue in Jira. You should see a new alert
group in Grafana OnCall.</p>