Versions Compared

Key

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

...

Table of Contents
minLevel1
maxLevel3
outlinefalse
typelist
printablefalse

Overview

What does the integration offer?

...

  1. In Errorception, go to the project settings page.

  2. Select Service Webhooks > WebHooks.

  3. Paste the URL you copied while adding the integration in Jira Service Management into WebHook UrlURL.

  4. Be sure to select "active".

  5. Select Save.

You can further define alert properties on the Errorception integration page in Jira Service Management.

Sample payload sent from Errorception

Expand
titleSample payload (in JSON format)
Code Block
{
  "isInline": true,
  "message": "Uncaught RefereceError: leJohn is not defined",
  "userAgent": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36",
  "when": "before",
  "scriptPath": "skriptPeth",
  "page": "http://localhost:8080/integration/index/?state=4",
  "date": "2014-10-14T08:43:04.029Z",
  "isFirstOccurrence": true,
  "webUrl": "http://errorception.com/projects/543ce00c69c1935122000029/errors/543ce218bfb6f76cbe96ff4b",
  "apiUrl": "https://api.errorception.com/projects/543ce00c69c1935122000029/errors/543ce218bfb6f76cbe96ff4b"
}

...