Conditional e-mail notification
Added by Jonas Haraldsson about 14 years ago
Hello,
Is there some way to send e-mail notification to a person or group of persons only for some issues in a project.
More specifically, I have a custom field "Production" in all my Redmine projects.
If the value of this field is something else than "unaffected", I want to send e-mail notifications for the issue to our production team, otherwise not.
Replies (1)
RE: Conditional e-mail notification
-
Added by Ivan Cenov about 14 years ago
Hello,
As I know, this is not possible in current Redmine. It is interesting idea though. Example:
One may create conditional notifications and store them in the database -- like queries are made and saved:
if project is in [subset of projects], if category is not in [subset of categories], if some field is in ["bla-bla", "blo-blo"] if some other field is not in ["aaa"] if enddate is earlier than dd-mm.yyyy then send notification to project member, user1 user group1
These queries could be per-project, per-issue, per issue author ...
Just an idea...
Ivan