Overview
What does the integration offer?
Integrate SCOM with Jira Service Management to forward both Operations Manager alerts and updates to Jira Service Management and benefit from Jira Service Management’s actionable alerts, powerful on-call schedules, escalations and reporting services. Microsoft System Center Operations Manager forwards alert events to Jira Service Management to create alerts and acknowledge, close, and add notes to them using PowerShell. Benefit from Jira Service Management’s Alert De-Duplication using SCOM integration.
How does the integration work?
When an alert is created on SCOM, an alert is created in Jira Service Management automatically through the integration.
When an alert is resolved or closed on SCOM, the related alert is closed in Jira Service Management.
When an alert is acknowledged on SCOM, the related alert is acknowledged in Jira Service Management.
Supported versions
Following are the versions of Windows the integration supports:
Windows Server 2012 R2 (Windows Server 2012 works too)
Windows Server 2016
Windows Server 2019
Windows Server 2022
Following are the versions of SCOM the integration supports:
System Center Operations Manager 2012 R2 (SCOM 2012 works too)
System Center Operations Manager 2016
System Center Operations Manager 2019
System Center Operations Manager 2022
The integration is not tested on the 2018 releases of SCOM, but it can also work on:
System Center Operations Manager 1801
System Center Operations Manager 1807
Set up the integration
SCOM is an API-based integration. Setting it up involves the following steps:
Add a SCOM integration in Jira Service Management
Configure the integration in SCOM
Add SCOM integration
If you're using the Free or Standard plan in Jira Service Management, you can only add this integration from your team’s operations page. To access the feature through Settings
(gear icon) > Products
(under JIRA SETTINGS) > OPERATIONS
, you need to be on Premium or Enterprise plan.
Adding an integration from your team’s operations page makes your team the owner of the integration. This means Jira Service Management assigns the alerts received through this integration to your team only.
To add a SCOM integration in Jira Service Management:
Go to your team’s operations page.
On the left navigation panel, select Integrations and then Add integration.
Run a search and select “SCOM”.
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 integration URL.
You will use this URL while configuring the integration in SCOM later.Create or edit conditions for filtering SCOM alerts in the Filters section.
Modify fields for the alerts generated by SCOM as necessary.
Select Turn on integration.
The rules you create for the integration will work only if you turn on the integration.
Configure the integration in Microsoft SCOM
To configure the integration in SCOM, complete these steps:
1. On each SCOM application host in your cluster, create a new folder by name ”jsm” under your root scripts directory. The path should be C:\scripts\jsm.
2. Download Jira Service Management's SCOM PowerShell Script and copy it into the directory created in Step 1. Make sure that the name of the script file is “jsm.ps1” and its path is C:\scripts\jsm\jsm.ps1.
3. Install the PowerShell script:
3.a.) Open an elevated command prompt.
3.b.) Unblock the script file if you haven’t done so already.
Powershell -command "Unblock-File C:\scripts\jsm\jsm.ps1"
Repeat this step on all the SCOM application hosts in your cluster.
3.c.) and enter the following commands:
Powershell -ExecutionPolicy bypass -file C:\scripts\jsm\jsm.ps1 -Url [integration url] -install
Repeat this step on all the SCOM application hosts in your cluster.
Add Comment