zulip / zulip-redmine-plugin

Redmine plugin for Zulip notifications on issue tracker changes
Apache License 2.0
12 stars 17 forks source link

supress email notification by config #27

Closed hi-ko closed 5 years ago

hi-ko commented 5 years ago

Redmine does not support detailed configuration for email notifications (which projects emails should be send) but to avoid redundant notifications by email and zulip it would be a very nice feature to support suppressing emails by config (global/per project). How to implement this could be seen in the plugin redmine_silencer/issue_hooks.rb which is focusing on the role - not on the project.

batistadasilva commented 5 years ago

hello @hi-ko,

I am not sure that this plugin is the right component to implement this feature. In my opinion, suppressing email notifications is beyond Zulip integration scope.

I see two better solutions for your issue:

thanks again

hi-ko commented 5 years ago

Hi @felipebatista, feel free to close the issue as out of scope but since redmine does not provide that option it would be an easy implementation without the need to have additional dependencies / plugins like Redmine Silencer. Maybe I'll try to adopt the hook in a fork not to depend on another plugin.

Thanks