zulip/zerver/webhooks/jira/fixtures
Eeshan Garg 2393342e03 webhooks/jira: Handle anomalous payloads properly.
We recently ran into a payload in production that didn't contain
an event type at all. A payload where we can't figure out the event
type is quite rare. Instead of letting these payloads run amok, we
should raise a more informative exception for such unusual payloads.
If we encounter too many of these, then we can choose to conduct a
deeper investigation on a case-by-case basis.

With some changes by Tim Abbott.
2021-12-28 10:56:25 -08:00
..
change_status_v1.json
change_status_v2.json
comment_created.json
comment_created_no_issue_details.json
comment_deleted.json
comment_deleted_v2.json
comment_edited_v2.json
comment_updated.json
commented_markup_v1.json
commented_markup_v2.json
commented_v1.json
commented_v2.json
commented_v2_with_two_full_links.json
created_assignee_v1.json
created_assignee_v2.json
created_v1.json
created_v2.json
created_with_unicode_v1.json
created_with_unicode_v2.json
deleted_v1.json
deleted_v2.json
example_anomalous_payload.json
reassigned_v1.json
reassigned_v2.json
unknown_v1.json
unknown_v2.json
updated_priority_v1.json
updated_priority_v2.json