This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
b4a2e71b6b
zulip
/
zerver
/
webhooks
/
newrelic
/
fixtures
/
incident_default_fields_new...
6 lines
111 B
JSON
Raw
Normal View
History
Unescape
Escape
integration: Fix integration with newrelic. Newrelic updated the payload that's sent via the webhook incoming call causing a bug in the newrelic webhook endpoint. This fixes the bug by updating the endpoint to respect the new format of the payload as well as the old format. This should be updated once the old format is EOLed. Fixes #22338.
2022-07-22 11:37:33 +02:00
{
newrelic: ids are uuids, not integers. The previous fixtures were not generated from New Relic directly, so incorrectly implied that `id` was an integer. See the examples for `issueId` in their documentation[^1]. [^1]: https://docs.newrelic.com/docs/alerts-applied-intelligence/notifications/message-templates/
2023-10-05 17:52:31 +02:00
"id"
:
"e04156e4-4cac-4f39-9d27-75d361e40a6d"
,
integration: Fix integration with newrelic. Newrelic updated the payload that's sent via the webhook incoming call causing a bug in the newrelic webhook endpoint. This fixes the bug by updating the endpoint to respect the new format of the payload as well as the old format. This should be updated once the old format is EOLed. Fixes #22338.
2022-07-22 11:37:33 +02:00
"createdAt"
:
1605133931151
,
"state"
:
"activated"
}