• Products
  • Get started
  • Documentation
  • Resources

Integrate with Rollbar

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.

Rollbar logo

What does the integration offer?

By using Jira Service Management's Rollbar Integration: you can forward Rollbar incidents to Jira Service Management. Jira Service Management can determine the right people to notify based on on-call schedules, using email, text messages (SMS), phone calls, iOS & Android push notifications, and escalating alerts until the alert is acknowledged or closed.

How does the integration work?

  • When an item is created, reopened, repeated or reactivated in Rollbar, an alert is created in Jira Service Management.

  • When the item is resolved in the Rollbar, the alert is closed in Jira Service Management.

  • When the alert is closed in Jira Service Management, the item is resolved in the Rollbar.

Set up the integration

Rollbar is a bidirectional integration. Setting it up involves the following steps:

  • Add a Rollbar integration in Jira Service Management

  • Configure the integration in Rollbar

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

  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. Go to Edit settings on the integration configuration page.

  8. Select Authenticate with a Rollbar account.

  9. Paste the project access token copied from Rollbar into Rollbar Write Access Token.

  10. Expand the Steps to configure the integration section on the integration configuration page and copy the API URL.
    You will use this key while configuring the integration in Rollbar later.

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

Configure the integration in Rollbar

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

  1. In Rollbar, go to the Project page.

  2. Select Project Access Token.

  3. Copy the token that allows access to all write calls, except POSTing items or deploys (write token). You will use this value in Jira Service Management.

  4. In the Rollbar dashboard, go to Settings > Notifications > Webhook.

  5. Paste the API URL previously copied from Jira Service Management into URL.

  6. Select Enable Webhook Integration.

Sample payload sent from Rollbar Close

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 { "event_name": "new_item", "data": { "item": { "public_item_id": null, "integrations_data": {}, "last_activated_timestamp": 1390917586, "hash": "1cbf07b5da947216f68ea8b8dd4813fa43317b90", "id": 274146948, "environment": "staging", "title": "ReferenceError: Uncaught ReferenceError: testing_rollbar_123 is not defined", "last_occurrence_id": 770525810, "last_occurrence_timestamp": 1390917588, "platform": 1, "first_occurrence_timestamp": 1390917586, "project_id": 6869, "resolved_in_version": 6, "status": 1, "unique_occurrences": null, "framework": 7, "total_occurrences": 1, "level": 40, "counter": 1, "first_occurrence_id": 770525810, "activating_occurrence_id": 770525810 } } }

 

Additional Help