• Products
  • Get started
  • Documentation
  • Resources

Integrate with BigPanda

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.

Bigpanda logo

What does the integration offer?

Use Jira Service Management's BigPanda Integration to forward BigPanda incidents to Jira Service Management. Jira Service Management determines the right people to notify based on on-call schedules– notifies via email, text messages (SMS), phone calls, iOS & Android push notifications, and escalates alerts until the alert is acknowledged or closed.

How does the integration work?

  • When an incident is fired by BigPanda, an alert is created in Jira Service Management automatically through the integration.

  • When an incident is resolved in BigPanda, the alert is closed in Jira Service Management.

Set up the integration

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

  • Add a BigPanda integration in Jira Service Management

  • Configure the integration in BigPanda

Add a BigPanda 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 BigPanda 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 “BigPanda”.

  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 API URL.
    You will use this URL while configuring the integration in BigPanda 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 BigPanda

To configure the integration of BigPanda with Jira Service Management, complete the following steps:

  1. In BigPanda, go to Integrations.

  2. Select New Integration > Webhooks.

  3. Enter a name for the integration and select Generate App Key.

  4. Paste the API URL previously copied from Jira Service Managementinto Callback URL.

  5. Select Configure Webhook.

Sample webhook message from BigPanda

JSON

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 { "incident": { "id": "5b588625c3f4179240d7c137", "status": "Ok", "active": false, "severity": "Critical", "flapping": false, "resolved": true, "snooze": { "snoozed": false, "wake": null, "autoCancel": false }, "startedOn": 1532528165, "changedOn": 1532528247, "updatedOn": 1532528256, "endedOn": 1532528247, "alerts": [ { "id": "5b588625c3f4179240d7c137", "status": "Ok", "startedOn": 1532528165, "endedOn": 1532528247, "changedOn": 1532528247, "updatedOn": 1532528247, "active": false, "primaryProperty": "host", "secondaryProperty": "check", "sourceSystem": "api.resty", "description": "Alert was manually resolved.", "tags": [ { "name": "host", "value": "production-database-2" }, { "name": "check", "value": "CPU overloaded" }, { "name": "organization", "value": "jsm_test" } ] } ] }, "links": { "landingPage": "http://bigp.io/0485f3a1" } }

 

 

Additional Help