suer / redmine_webhook

147 stars 81 forks source link

Need some help with webhook config in Redmine 5 #45

Open YuryZh opened 1 year ago

YuryZh commented 1 year ago

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?

ricekab commented 1 year ago

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.

YuryZh commented 1 year ago

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.