zulip/zerver/webhooks/jira/fixtures
Hemanth V. Alluri 2e20dcc053 webhooks/jira: Update webhook to support improved comment events.
Atlassian announced that it will no longer provide information about
comments along with their "issue" type event payloads for Jira. So
we must now update the Jira integration to appropriately respond to
"comment" type events (the reason why we didn't do this before was
that initially, the "comment" type event payloads didn't contain
sufficient information about their issues, but this payload has
since been improved).

Note: This commit does *not* remove support for the older "issue"
type event payloads where information about comments was included.
This way we can maintain compatibility with old self-hosted versions
of self hosted Jira (2016 and before).

Source:
https://developer.atlassian.com/cloud/jira/platform/change-notice-
removal-of-comments-from-issue-webhooks/

Fixes #13012
2019-08-19 14:22:42 -07:00
..
change_status_v1.json
change_status_v2.json
comment_created.json webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00
comment_deleted.json webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00
comment_deleted_v2.json
comment_edited_v2.json
comment_updated.json webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00
commented_markup_v1.json
commented_markup_v2.json
commented_v1.json
commented_v2.json
commented_v2_with_two_full_links.json webhooks/jira: Fix markup conversion of full links. 2019-05-27 23:41:11 -07:00
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
reassigned_v1.json
reassigned_v2.json
unknown_v1.json
unknown_v2.json
updated_priority_v1.json
updated_priority_v2.json