For troubleshooting questions, please post in the following format:
Summary
Jira create/update/delete actions are not posting to mattermost, curl test works and returns 200 per FAQ
Steps to reproduce
configure jira(7.12) and mattermost (5.4.0) per documentation, create issue, no post in MM, close issue, no post in mm, separately tried to add as a workflow post function, still nothing
Expected behavior
Post message to configured channel via url
Observed behavior
nothing happens, nothing in debug logs, even when I curl the URL.
I copied the exact URL created and used it for the curl example in the troubleshooting, I’ve tried with multiple different users, regenerated the secret. I even put the wrong url details in on purpose to make sure it was actually validating the data and it is. I’ve updated config and restarted several times, I’ve ensured that the plugin exe file is running (confusing name for a Linux binary?), everything else about the server is running fine that I can see. The plugin is definitely not logging anything though, I’ve also enabled debug logging for plugins and nothing appears in the log file.
The path ./client/plugins is relative, make sure that the Mattermost binary’s working directory is /opt/mattermost and not /opt/mattermost/bin or another directory.
Try setting the config values to the full path and restart to see if that resolves the issue. If not, see if you’re able to create a file in those directories like this:
$ sudo su mattermost
$ touch /opt/mattermost/plugins/test
$ touch /opt/mattermost/client/plugins/test