I am having hard time integrating Jira and Mattermost. After configuring Webhook in mattermost and Jira, I get HandleIncomingWebhook code=400 error in mattermost log. And, JIRA (Beta) integration in mattermost does not post anything to mattermost. Am I missing anything? I used below mentioned link to configure Jira (Beta) with mattermost.
https://docs.mattermost.com/integrations/jira.html
Asked
Active
Viewed 676 times
0

AlwaysALearner
- 335
- 8
- 23
-
What port you are using to Run your Mattermost on? Default Port? – Saleh Parsa Nov 22 '17 at 05:59
-
@SalehParsa, It is in default port. Should I use different port other than default? – AlwaysALearner Nov 22 '17 at 14:31
-
Well try with port 80! I have seen similar problem last week, so move it to port 80 and see if it works after that or not. – Saleh Parsa Nov 22 '17 at 14:32
-
1Hi @SalehParsa, sorry I just got chance looking at the issue recently. I changed the port to 80 from 8065, I believe it is the ListenAddress in config.json file if I am not wrong. However, I still have the same problem. I followed mattermost website to configure the server. Please let me know where did you change the port 80!. Thanks. – AlwaysALearner Dec 09 '17 at 18:17