Configuring JSM Alerts to Receive alerts via webhooks
Create the integration in JSM
Settings β Products β Jira Service Management β Integrations β Add integration
Select API

Name the integration and select an assignee team

Copy the API key:

Create the webhook in Email This Issue
Open Email This Issue β Administration β Webhooks β Add β Add custom webhook
Fill out the required details:
Name: custom name
Description
Event: select the event you want to create the alert for (reference our Alerting via Webhooks article for the available event types).
Service URL:
https://api.atlassian.com/jsm/ops/integration/v2/alertsAPI Token - paste the API key from step 3 above.
Request Header:
Authorization: GenieKey $!tokenRequest Body: a JSON-formatted message payload that contains JSM parameters with either hard-coded values or values from our variables.
Last updated
Was this helpful?