zulip/zerver/webhooks/jira
Eeshan Garg 28109e0f9e webhooks/jira: Ignore comment_created message.
comment_created payloads may not contain the required issue data
to format a useful notification, therefore, it is better to handle
issue comments through issue_updated events (which we already do).

Fixes: #11995.
2019-05-01 16:32:58 -07:00
..
fixtures webhooks/jira: Ignore comment_created message. 2019-05-01 16:32:58 -07:00
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md webhooks/jira: Ignore comment_created message. 2019-05-01 16:32:58 -07:00
tests.py webhooks/jira: Ignore comment_created message. 2019-05-01 16:32:58 -07:00
view.py webhooks/jira: Ignore comment_created message. 2019-05-01 16:32:58 -07:00