• Products
  • Get started
  • Documentation
  • Resources

Integrate with CloudMonix

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.

CloudMonix Logo

What does the integration offer?

The CloudMonix integration facilitates CloudMonix users to take advantage of Jira Service Management's advanced alert & notifications management capabilities, such as escalations, on-call schedule management, and extensive alert notification controls.

How does the integration work?

When CloudMonix triggers an alert, an alert is automatically created in Jira Service Management through the integration. When the check value of the alert is off in CloudMonix, Jira Service Management closes the alert automatically.

Set up the integration

CloudMonix is an API-based integration. Setting it up involves the following steps:

  • Add a CloudMonix integration in Jira Service Management

  • Configure the integration in CloudMonix

Add a CloudMonix 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 only assigns the alerts received through this integration to your team.

To add a CloudMonix integration in Jira Service Management, complete the following steps:

  1. Go to your team’s operations page.

  2. On the left navigation panel, select Integrations and then Add integration.

  3. Run a search and select “CloudMonix”.

  4. On the next screen, enter a name for the integration.

  5. Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.

  6. Select Continue.
    The integration is saved at this point.

  7. Expand the Steps to configure the integration section and copy the Webhook URL.
    You will use this URL while configuring the integration in CloudMonix later.

  8. Select Turn on integration.
    The rules you create for the integration will work only if you turn on the integration.

Configure the integration in CloudMonix

To configure the integration in CloudMonix, complete the following steps:

  1. In CloudMonix, go to Account Settings > Integrations.

  2. Edit the Webhook integration.

  3. Enter "Jira Service Management Webhook" into Webhook Name field.

  4. Paste the URL previously copied from Jira Service Management into URL.

  5. Select "Post" for Method.

  6. Select Save.

  7. Go to Account Settings > Notifications.

  8. Select "+" .

  9. Select "Jira Service Management Webhook" for Send to.
    Enter values for the other fields as needed.

  10. Select Save.

Sample payload sent from CloudMonix

(in JSON format)

1 2 3 4 5 6 7 8 9 10 11 12 { "CheckId": "8db3297e-ed15-4218-9068-d99cf68aea20", "AccountId": "ace8ae77-0450-4373-a63a-d6616cbe3224", "SubscriptionId": "32a80186-7301-4500-93e0-3c9b16ec46c0", "ResourceId": "145b9eb0-c145-4588-b8e7-210689aff0f2", "CheckName": "Test Check Name", "ResourceName": "Test Resource Alert", "InstanceName": "", "CheckValue": "Test Check Value", "CheckTime": "6\/28\/2016 12:31:35 PM", "SeverityName": "INFORMATION" }

 

Additional Help