zulip/zerver/webhooks/jira
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
..
fixtures webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00
__init__.py
doc.md webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00
tests.py webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00
view.py webhooks/jira: Update webhook to support improved comment events. 2019-08-19 14:22:42 -07:00