Feature #4534
openOnly receive emails for new issues
0%
Description
A new communication preference that only sends emails to the user when a new issue is created on their project would be VERY helpful.
It could either be a new option.
"Only things that I watch or am involved in, or new issues on my projects"
OR add a checkbox options for "any event on my projects / selected projects" allowing the user to choose which events.
Related issues
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
See #2597.
Updated by Patrick Cummins almost 15 years ago
- Status changed from Closed to Reopened
Jean-Philippe,
I read through the plug-in referenced in the related ticket, and it doesn't offer a solution to the issue I've stated. See: http://www.redmine.org/boards/3/topics/7453.
According to the documentation (at http://blog.goyello.com/2009/07/16/how-to-manage-email-notifications-within-redmine/) the user would only have the option to limit email strictly to issues assigned to them.
With this option, the project would still require a PM to assign issues to the appropriate member. I want every member to receive emails for new issues so the appropriate developer knows to pick up an issue without having to log in and view new issues. Other project members will only receive updates if they have opted to Watch the issue.
Does that make sense?
Updated by Felix Schäfer almost 15 years ago
Hello Patrick,
If an Atom feed is an option for you, I think you could create a filter to show on new or even new and non-assigned issues and follow an Atom feed for that (though I'm not sure the feeds are "filter-aware", so you'd have to test this one first).
Another option might be the New Issue Alert Plugin which enables you to specify email addresses that should get notified when a new issue is created at project-level. It's not quite what you are looking for (project-level setting vs. user setting), but that might do the trick for you for the time being.
Updated by Patrick Cummins over 14 years ago
Thanks Felix. I'm using the New Issue Alert Plugin to solve this.