zulip / zulip-redmine-plugin

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

global settings #19

Closed hi-ko closed 4 years ago

hi-ko commented 5 years ago

in version 1.0 one could use global notification config which could be overwritten by project config. In version>= 2.0 we have to explicitly set zulip notification settings in every project.

It would help a lot if either configuration could be set by global default and/or to inherit from parent projects.

hi-ko commented 5 years ago

as a work around one could set default behavior on the database. e.g. (using an existing zulip_stream):

UPDATE projects
SET zulip_private_messages=1,
    zulip_subject_issue=1,
    zulip_subject_version=1,
    zulip_stream="announce"

WHERE 
    zulip_stream="";
batistadasilva commented 4 years ago

hello @hi-ko, could you try the new unreleased versions 2.1-alpha1 or 3.1-alpha1

thank you!

hi-ko commented 4 years ago

perfect!

thank you!

for others reading this issue comment: please check supported variables described in #21