Get started with Jira Service Management for admins
Your first stop for learning how to get started with Jira Service Management.
If you’re a customer who shifted your operations from Opsgenie to Jira Service Management, adding new instances of this integration isn’t possible in Jira Service Management. You can only edit the integrations that originally shifted from Opsgenie.
Jira Service Management SOASTA integration enables SOASTA mPulse to create alerts in Jira Service Management when an alert is created in mPulse.
When an alert is created on SOASTA, an alert is created on Jira Service Management automatically through the integration.
To edit a SOASTA integration in Jira Service Management, complete the following steps:
Go to your team’s operations page.
On the left navigation panel, select Integrations.
Search for your SOASTA integration.
Edit the integration settings and rules as necessary.
Use the instructions in this section if applicable.
In SOASTA mPulse, go to the "Alerts" page and click the New button (+).
Fill out required fields in "The Basics, Choose a Data Event" and "Specify time options for when to monitor the event" sections.
In "Choose an action type(s)" section, click Call Webhook.
Select POST as the "Method" and paste the integration API URL into "URL" field.
Type Content-Type: application/json into "Headers" field.
Copy the content of "Sample Body Field" section in this documentation, and paste it into the "Body" field in SOASTA mPulse.
Drag corresponding attributes from "Attributes" field and drop them in-between the corresponding quotes.
Click Save.
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"alert_name": "Simple Alert",
"severity": "MEDIUM",
"app_name": "jsm",
"beacon_count": "3",
"bounce_rate": "9",
"network_error_rate": "12",
"page_load_time": "152 ms",
"dns_resolution_time": "81 ms",
"dom_load_time": "51 ms",
"dom_ready_time": "3 ms",
"back_end_time": "356 ms",
"ssl_time": "71 ms",
"front_end_time": "1251 ms",
"tcp_time": "20 ms"
}
Was this helpful?