Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/configuration/exporting/send-events-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This is the recommended ingestion path for new integrations. The legacy :doc:`Se
send-events/dynatrace
send-events/gcp-monitoring
send-events/grafana
send-events/jsm
send-events/nagios
send-events/newrelic
send-events/opsgenie
Expand Down Expand Up @@ -177,6 +178,11 @@ Incident Management
:link: send-events/opsgenie
:link-type: doc

.. grid-item-card:: :octicon:`pulse;1em;` Jira Service Management
:class-card: sd-bg-light sd-bg-text-light
:link: send-events/jsm
:link-type: doc

.. grid-item-card:: :octicon:`pulse;1em;` Rootly
:class-card: sd-bg-light sd-bg-text-light
:link: send-events/rootly
Expand Down
39 changes: 39 additions & 0 deletions docs/configuration/exporting/send-events/jsm.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Jira Service Management
========================

Forward Jira Service Management (JSM) alerts to Robusta via the JSM outgoing webhook integration.

Prerequisites
-------------

* A Jira Service Management **Premium** or **Enterprise** plan β€” outgoing webhook integrations are not available on lower tiers.
* A Robusta account with API access.
* Your Robusta ``account_id``, found in ``generated_values.yaml``.
* A Robusta API key with ``Read/Write`` access to alerts, generated under **Settings β†’ API Keys β†’ New API Key**.
* Admin access to Operations in Jira Service Management.
Comment thread
coderabbitai[bot] marked this conversation as resolved.

Webhook URL
-----------

.. robusta-code::

https://api.robusta.dev/webhooks?type=alert&origin=jsm&account_id=<ACCOUNT_ID>

Configure Jira Service Management
---------------------------------

1. In Jira Service Management, go to **Operations β†’ Integrations β†’ Add integration**.
2. Search for **Webhook** and select the outgoing webhook integration.
3. Set the **Webhook URL** to the URL above.
4. Add a custom **Header**:

.. code-block::

Authorization: Bearer <ROBUSTA_API_KEY>

5. Choose which alert actions (``Create``, ``Acknowledge``, ``Close``, …) trigger the webhook and turn the integration on.

Verify
------

Create a test alert in Jira Service Management. The event should appear in **Settings β†’ Delivery Log** and on the Robusta timeline.
Loading