redmine_webhook icon indicating copy to clipboard operation
redmine_webhook copied to clipboard

Need some help with webhook config in Redmine 5

Open YuryZh opened this issue 3 years ago • 2 comments

Hi Suer, I need some help with webhook config in Redmine 5. I didn't find any information, how to config Redmine to send a webhook to concrete URL. There is no information in Readme. Does the plugin work properly in Redmine 5?

YuryZh avatar Oct 24 '22 00:10 YuryZh

I've tested this just a few days ago against the latest stable redmine Docker image (5.0.3) and it worked as expected.

Usage is relatively straightforward, you just put in the URL of your webhook processing server and you'll receive a JSON payload on issue creation / update.

ricekab avatar Oct 25 '22 20:10 ricekab

I've tested this just a few days ago against the latest stable redmine Docker image (5.0.3) and it worked as expected.

Usage is relatively straightforward, you just put in the URL of your webhook processing server and you'll receive a JSON payload on issue creation / update.

Hi Kevin, thanks for answer. I found how to configure webhooks :) I expected it will be in plugin's configuration. But it is in project configuration. And I should enable the module in the project's settings before use. It was not clear. I recommend to add configuration section into README.md file, with screenshots.

YuryZh avatar Oct 25 '22 21:10 YuryZh