Summary
Communication error after configuring Jira plugin
Steps to reproduce
Mattermost Team Edition
Mattermost Version: 5.14.0
Database Schema Version: 5.14.0
Database: postgres
I have configured integration with https://docs.mattermost.com/integrations/jira.html
Expected behavior
Notification from Jira should be delivered to specific channel
Observed behavior
No notification on specified Mattermost channel
From logs:
- after
curl -v --insecure “https://xxxx.com/plugins/jira/api/v2/webhook?secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&team=look4app&channel=lm-bugs&user_id=admin&user_key=admin” --data ‘{“event”:“some_jira_event”}’ - message:
{“level”:“error”,“ts”:1568971388.1855874,“caller”:“mlog/sugar.go:23”,“msg”:“webhookWorker id: 17, error parsing webhook, err: No webhook event”,“plugin_id”:“jira”}