jrupesh / event_notifications

Redmine event notifications : Add event notification options to the each event at the redmine project. For EX: notifications can be enabled / disabled on each document added or news added. Further the tracking can be done at the issue tracker level.
BSD 3-Clause "New" or "Revised" License
28 stars 26 forks source link

Anonymous (unregistered) user notifications #19

Open pallibj opened 8 years ago

pallibj commented 8 years ago

Have you considered adding the capability to notify anonymous (meaning non-redmine registered users) email addresses ?

In my use of Redmine, we occasionally have individuals that should be "kept in the loop" as for changes to issues, but we do not want these users to be registered as users on out Redmine system.

What I could think of is something like being able to add a custom field to issues, and that custom field be of a specific type (like email address type or something). When populated, notifications should be sent according to the notification setup for such fields.

Palli

jrupesh commented 8 years ago

Hi, Yes, This plugin can easily be extended to adopt this. The non-project users need to be part as a watcher of the ticket.

Let me check have a look at this one. :) But this is against the core redmine implementation.

Thanks.

pallibj commented 8 years ago

I realize this might be against core redmine but being able to do this saves a lot of time for both the notified person, as well as the redmine administrator. Having to create each person as a user, for the sole purpose of notification is an overshot in my opinion.

In order to prevent any potential conflicts with core redmine, it might be a good idea to present this as a seperate "watcher" list that would be on each ticket in addition to the core redmine watchers list. This new watchers list would be a list of email addresses, delimited by something (semicolon or whatever). This means that a standard redmine custom text field would do the job, only if the notification process would pick it up.

Thanks for your attention, Palli

jrupesh commented 8 years ago

Yes. That's one of the possibilities that I was thinking of. Having a text custom field.and user adding the email ids.

On Mon, Feb 22, 2016, 3:38 PM pallibj notifications@github.com wrote:

I realize this might be against core redmine but being able to do this saves a lot of time for both the notified person, as well as the redmine administrator. Having to create each person as a user, for the sole purpose of notification is an overshot in my opinion.

In order to prevent any potential conflicts with core redmine, it might be a good idea to present this as a seperate "watcher" list that would be on each ticket in addition to the core redmine watchers list. This new watchers list would be a list of email addresses, delimited by something (semicolon or whatever). This means that a standard redmine custom text field would do the job, only if the notification process would pick it up.

Thanks for your attention, Palli

— Reply to this email directly or view it on GitHub https://github.com/jrupesh/event_notifications/issues/19#issuecomment-187106009 .