Project

General

Profile

Actions

Feature #2477

open

mail reminder for watchers

Added by panta rhei over 15 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Email notifications
Start date:
2009-01-09
Due date:
% Done:

0%

Estimated time:
Resolution:

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

2477-reminder-to-watchers.diff (5.87 KB) 2477-reminder-to-watchers.diff patch against the current trunk (3.3.2.devel.16172) Go MAEDA, 2017-01-12 15:23

Related issues

Related to Redmine - Feature #3035: Reminder at start-dateNew2009-03-23

Actions
Blocked by Redmine - Defect #25049: Issues which are assigned to group are not listed in reminders if 'users' parameter is specifiedNew

Actions
Actions #1

Updated by J Cayetano Delgado almost 15 years ago

  • Status changed from New to Resolved

Duplicated: #2477

Actions #2

Updated by J Cayetano Delgado almost 15 years ago

Duplicated: #3035, i meant.

Actions #3

Updated by Yuki Kita over 13 years ago

+1
I think this issue is not a duplicate of #3035.
So the status should be reverted to "New".

Actions #4

Updated by Toshi MARUYAMA about 13 years ago

  • Category set to Email notifications
  • Status changed from Resolved to New
Actions #5

Updated by Paweł Walat over 12 years ago

+1

Actions #6

Updated by Roberto Viola over 9 years ago

+1

Actions #7

Updated by Earl ng over 8 years ago

+1 how do you send email reminders to watchers?

Actions #8

Updated by Kohei Nakamura over 7 years ago

+1 I also expect this function to be implemented.

Actions #9

Updated by Go MAEDA over 7 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.

Actions #10

Updated by Go MAEDA over 7 years ago

  • Target version set to Candidate for next major release
Actions #11

Updated by Go MAEDA about 7 years ago

  • Target version changed from Candidate for next major release to 3.4.0

Let's deliver this feature in 3.4.0.

Actions #12

Updated by Jean-Philippe Lang about 7 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
Actions #13

Updated by Go MAEDA about 7 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
* ...

Actions #14

Updated by Go MAEDA about 7 years ago

  • Blocked by Defect #25049: Issues which are assigned to group are not listed in reminders if 'users' parameter is specified added
Actions #15

Updated by Torben Junker over 6 years ago

+1 Anything new?

Actions #16

Updated by Celso Acurcio about 3 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.

Actions #17

Updated by masashi saito over 1 year ago

Anything new?

Actions #18

Updated by Terence Lien over 1 year ago

make a wish that could be implement in 4.2.7 and above.

Actions

Also available in: Atom PDF