Feature #2477
openmail reminder for watchers
0%
Description
Please add an option to the watchers if they should receive a reminder mail too.
sometimes it's usefull that all related people get a reminder for the tasks.
or am i missing something and it's already possible to do?
Files
Related issues
Updated by J Cayetano Delgado over 15 years ago
- Status changed from New to Resolved
Duplicated: #2477
Updated by Yuki Kita about 14 years ago
+1
I think this issue is not a duplicate of #3035.
So the status should be reverted to "New".
Updated by Toshi MARUYAMA over 13 years ago
- Category set to Email notifications
- Status changed from Resolved to New
Updated by Earl ng about 9 years ago
+1 how do you send email reminders to watchers?
Updated by Kohei Nakamura almost 8 years ago
+1 I also expect this function to be implemented.
Updated by Go MAEDA almost 8 years ago
I have created a patch to implement this feature.
This patch introduces new option 'recipients', which specifies recipient types ('assignee' or 'watcher'), to the rake task 'redmine:send_reminders'.
Examples:
rake redmine:send_reminders
rake redmine:send_reminders recipients=assignee
Send reminders to assignees. same behavior with the current implementation.
rake redmine:send_reminders recipients=assignee,watcher
Send reminders to assignees and wathcers.
rake redmine:send_reminders recipients=watcher
Send reminders to watchers.
Updated by Go MAEDA almost 8 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA almost 8 years ago
- Target version changed from Candidate for next major release to 3.4.0
Let's deliver this feature in 3.4.0.
Updated by Jean-Philippe Lang almost 8 years ago
- Target version changed from 3.4.0 to Candidate for next major release
The text in the reminder email is "X issue(s) that are assigned to you are due in the next N days". That doesn't work for watchers. We should adapt this message for watchers and maybe group issues by assignee.
Could we discuss about how the email should look like? That could be:
X issue(s) that you are watching are due in the next N days: * X issues assigned to A: * issue nn * ... * X issues assigned to B: * issue nn * ... * X issues assigned to nobody: * issue nn
Updated by Go MAEDA almost 8 years ago
Thanks for taking a look at the patch.
Jean-Philippe Lang wrote:
The text in the reminder email is "X issue(s) that are assigned to you are due in the next N days". That doesn't work for watchers. We should adapt this message for watchers and maybe group issues by assignee.
I think that more simpler solution is good enough. What do you think?
recipients=assignee
:
X issue(s) that you are involved are due in the next N days: [Assigned to you] * issue nn * ... [Assigned to your group] * issue nn * ...
recipients=assignee,watcher
:
X issue(s) that you are involved are due in the next N days: [Assigned to you] * issue nn * ... [Assigned to your group] * issue nn * ... [Watched by you] * issue nn * ...
Updated by Go MAEDA almost 8 years ago
- Blocked by Defect #25049: Issues which are assigned to group are not listed in reminders if 'users' parameter is specified added
Updated by Celso Acurcio almost 4 years ago
Hi,
I'm also very keen on this feature. I've used the standard rake command on my task scheduler which works perfectly but I'd like to notify the Watchers as well. Looked around a lot and installed some old plugins which don't work with my 4.1.1 version.
This thread has been dead for a while but hopefully someone can give me an update.
I also tried: bundle exec rake redmine:send_reminders recipients=assignee,watcher days=3 RAILS_ENV="production"
It still works but it still only emails assignees.
Updated by Terence Lien about 2 years ago
make a wish that could be implement in 4.2.7 and above.