Project

General

Profile

Question: can't find option: notification on email to boss if the task is not completed on time.

Added by Alex Fedkov almost 5 years ago

Good day! I have the following question.
In Redmine created the task of the head and assigned to the Executive. This task has a deadline. I would like to use the option of sending a boss a notification email if the task is not completed on time.

Under the administrator, I did not find such an option. Can you please tell me if there is such an option in pdmaine or do you need a plugin?

Regards, Alexey


Replies (1)

RE: Question: can't find option: notification on email to boss if the task is not completed on time. - Added by RedChris B. over 4 years ago

Redmine has the ability to send reminders for a specific project and specific user for N days compared to Due days. I think you can use it in your situation.
A sample command is following: bundle exec rake redmine:send_reminders days=1 project=abc users="1,23,56" RAILS_ENV="production"
That example will send an email to users 1, 23, and 56 who have assigned issues in specified project that are past due or due in the next 1 days.
Try with days=0 and other parameters.

More at: http://www.redmine.org/projects/redmine/wiki/RedmineReminderEmails

    (1-1/1)