Pivotal Tracker Integration

Airbrake now integrates with Pivotal Tracker

You require a Pivotal Tracker account. The quick summary is:

  • You can pull errors from Airbrake into a Pivotal Tracker project as bugs utilizing Pivotal Tracker's "Integrations" feature
  • Updates from Pivotal Tracker can be propagated back to Airbrake utilizing Pivotal Tracker's "Activity Web Hook" feature

NOTE: This feature isn't available for Heroku users. We're working with PivotalTracker to resolve this.

Instructions for use:

Adding exceptions as "bug" stories in Pivotal Tracker

  1. From your Pivotal Tracker Project page, click on "Project" --> "Configure Integrations"
  2. Under the "External Tool Integrations", from the pull-down select on the right choose "Other"
  3. Fill in the form with these values:

    • Name: Airbrake
    • Basic Auth Username: your airbrake login email
    • Base URL: https://airbrake.io/errors/
    • Import API URL: https://airbrake.io/pivotal.xml?subdomain=YOUR-SUBDOMAIN&project_id=YOUR-PROJECT-ID
      Where YOUR-SUBDOMAIN and YOUR-PROJECT_ID are both from Airbrake
    • You can also add the following to the IMPORT API URL:
      • show_resolved=true (include resolved errors)
      • env=YOUR-ENVIRONMENT (per environment errors. Setting this to env=all will show all environments)
    • It should look like this. Screen_Shot_2012-08-21_at_18.09.40.png
  4. Click save

  5. Back on your Pivotal Tracker Project page, click on "More" --> "Airbrake" to view new errors in their own panel.
    • Screen_Shot_2012-08-21_at_17.49.16.png

Getting updates from Pivotal Tracker in your Airbrake errors

Any activity for an Airbrake bug in Pivotal Tracker is reflected in the error's comments. Upon acceptance of a bug we will also resolve the linked error in Airbrake.

  1. Again, from you Pivotal Tracker Project page, click on "Project" --> "Configure Integrations"
  2. Under the "Activity Web Hook" enter these values:
    • Web Hook URL: https://airbrake.io/pivotal_stories?api_key=YOUR-API-KEY&project_id=YOUR-PROJECT-ID
    • API Version: v3.
  3. Click Save

Tip. You can retrive your API key from the project settings sidebar.
Screen_Shot_2012-08-21_at_17.57.29.png