Hi, I want to automate my jsm project so that when a task is created, data about it is sent via webhook to the mattermost channel. Can you tell me how to do this? I made my webhook, but I get an error when running automation, with the following problem. Maybe you also need to specify a webhook somewhere in the system?
No you don't need to specify a web hook, as you are posting to another application, that application is producing the 400 error, so probably your all is not correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check the call you are making to mattermost in its own API.
Is the call you are making valid on that end.
The JIra automation is just making that call. So your call is the issue not the automation.
See if the call you want to makes works in mattermost 1st before putting in in a Jira automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.