mattermost/mattermost
Outgoing webhook not launched after an Incoming Webhook is called
Aperta
#16.238 aperta il 9 nov 2020
Area/IntegrationsDifficulty/1:EasyHacktoberfestHelp WantedTech/Go
Metriche repository
- Star
- (32.880 stelle)
- Metriche merge PR
- (Merge medio 6g 5h) (318 PR mergiate in 30 g)
Descrizione
Hi everyone!
Summary
Mattermost does not lauch an outgoing webhook after an incoming webhook is called.
Steps to reproduce
1- Create a public channel "test_outgoing" 2- Create an incoming webhook inside the team holding the test_outgoing channel. 3- Create an outgoing webhook. bind it the the channel test_outgoing. example a webhook starting a jenkins build. 4- Send a message to the test_outgoing channel using the "incoming_webhook"
Expected behavior
The outgoing webhook is launched (jenkins build starts)