...
Table of Contents |
---|
minLevel | 1 |
---|
maxLevel | 3 |
---|
outline | false |
---|
type | list |
---|
printable | false |
---|
|
Overview
What does the integration offer?
...
In Errorception, go to the project settings page.
Select Service Webhooks > WebHooks.
Paste the URL you copied while adding the integration in Jira Service Management into WebHook UrlURL.
Be sure to select "active".
Select Save.
You can further define alert properties on the Errorception integration page in Jira Service Management.
Sample payload sent from Errorception
Expand |
---|
title | Sample 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"
} |
|
...