Get started with Jira Service Management for admins
Your first stop for learning how to get started with Jira Service Management.
This article highlights a new alerting feature that's natively available in Jira Service Management which is gradually rolling out to some Jira Service Management Cloud customers. It may not yet be visible or available on your site.
Jira Service Management has a specific API integration with Scalyr. Scalyr sends alert notification messages to Jira Service Management API, with detailed information. Jira Service Management acts as a dispatcher for Scalyr alerts, determines the right people to notify based on on-call schedules– notifies via email, text messages (SMS), phone calls, and iPhone & Android push notifications, and escalates alerts until the alert is acknowledged or closed.
When an alert is created in Scalyr, an alert is created in Jira Service Management.
When an alert is closed in the Scalyr, the alert is closed in Jira Service Management.
Scalyr is an API integration. Setting it up involves the following steps:
Add a Scalyr integration in Jira Service Management
Configure the integration in Scalyr
Bidirectional integrations aren’t supported in Free and Standard plans. All the other integrations are supported at a team level in Free and Standard; however, for their outgoing part to work, you need to upgrade to a higher plan. To add any integration at a site level through Settings (gear icon) > Products (under JIRA SETTINGS) > OPERATIONS, you need to be either on Premium or Enterprise.
Adding an integration from your team’s operations page makes your team the owner of the integration. This means Jira Service Management only assigns the alerts received through this integration to your team.
To add a Scalyr integration in Jira Service Management, complete the following steps:
Go to your team’s operations page.
On the left navigation panel, select Integrations and then Add integration.
Run a search and select “Scalyr”.
On the next screen, enter a name for the integration.
Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.
Select Continue.
The integration is saved at this point.
Expand the Steps to configure the integration section and copy the API key.
You will use this key while configuring the integration in Scalyr later.
Select Turn on integration.
The rules you create for the integration will work only if you turn on the integration.
To configure the integration of Scalyr with Jira Service Management, complete the following steps:
In Scalyr, go to the Alerts page and select Edit Alerts.
Enter the alertAddress in the following form:
opsgenie:API_KEY, where API_KEY is the API key you previously copied from Jira Service Management.
Save the configuration file.
Read more about Scalyr’s alerting.
JSON
1
2
3
4
5
6
7
8
{
"trigger": "count:1m(error) < 100",
"description": "error occurred",
"title": "Test Alert",
"link": "https://www.scalyr.com/alert?id=4VcQmTj8iqvXp4p2",
"id": "scalyr-alert-4VcQmTj8iqvXp4p2",
"action": "create"
}
Was this helpful?