Feature #30112
Option to stop sending reminders on non-working days
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | Candidate for next major release | |||
Resolution: |
Description
Currently, Redmine sends reminders every day regardless of the non-working days setting (in "Administration" > "Settings" > "Issue tracking" page). But I don't want to receive reminders on weekends. Maybe many people think so :)
I think it would be a nice improvement to have an option in the My account page to set whether the user wants to receive email reminders on non-working days (e.g. a checkbox with a label "I don't want to receive email reminders on non-working days" in the "Email notifications" box).
I implemented a similar feature in my plugin (redmine_extended_reminder) in the past.
History
#1 Updated by Anonymous about 4 years ago
+1
P.S. I'm thinking... there is lots of things (from minor fixes to huge features) that numerous developers out there had already implemented as plugins, which probably should have been in Redmine in the first place. Maybe one of the major plans of the community in the future could be to conspire with plugin developers in order to have them (or us, if they allow it) to port their code into the actual patches. This could be time saving for everyone, as we d be skipping the need for doing it from scratch I guess. :D
#2
Updated by Yuichi HARADA about 4 years ago
- File ScreenShot_2018_12_26_9.21.58.png added
- File 30112-stop-reminder-on-non-working-days.patch
added
On the My account Email notifications page, set whether users will not receive email reminders on non-working days.
I made a patch, and attach it.
#3
Updated by Go MAEDA about 4 years ago
- Target version set to Candidate for next major release