mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
All webhook fixtures have now been renamed from <webhook_name>/fixtures/<webhook_name>_<event_type>.json to <webhook_name>/fixtures/<event_type>.json.
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"event": "issue_impact_change",
|
|
"payload_type": "issue",
|
|
"payload": {
|
|
"display_id": 123 ,
|
|
"title": "Issue Title" ,
|
|
"method": "methodName of issue",
|
|
"impact_level": 2,
|
|
"crashes_count": 54,
|
|
"impacted_devices_count": 16,
|
|
"url": "http://crashlytics.com/full/url/to/issue"
|
|
}
|
|
}
|