Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 you copied while adding the integration in 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

Expand
titleSample payload (in JSON format)
Code Block
{
"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"
}

...