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

I suggest a notification on delete. #27

Open carukc opened 7 years ago

carukc commented 7 years ago

Great plugin. Thanks! We get allot of use out of it.

Redmine currently does not notify when someone deletes a record. This can be a major drawback.

I would like to suggest that this feature would fit well into your plugin.

Thanks Chris

jrupesh commented 7 years ago

Nice suggestion, What object would be good to be notified on deletion? Issue for sure, What about others Wiki, Documents, News, Files, etc.?

What would you prefer, having one delete option for each, ( viz Issue deleted, News deleted, Wiki deleted.. ) Or one delete notification on the project (viz, Any item deleted in the project).?

carukc commented 7 years ago

In our case, we just need it for trackers, but I can see how it would be very useful for other areas too. Not knowing when people delete things is a major drawback of Redmine so I agree that it might be a good idea to deal with all of them at the same time.

Another useful option might be to specify whether the both the owner and assignee gets the notification or just one (or the other).

When you say delete notification for the project', I assume that you mean an option for the user to specify which project's generate the notifications. IF so, yes I can see how this would be very useful. That way a user could decide which projects he wants to monitor.

I will think more about this and feedback.

Thanks!