Feature #7586
As a UI user, I want to configure which e-mails notifications to receive
Related issues
Associated revisions
refs #7586 - setup cron jobs for mail notifications
fixes #7586, #7734, #7172 - user preferences for receiving mail notifications
Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the
association with users.
Plugins may seed their own mail notifications, see
db/seeds.d/16-mail-notifications.rb for an example.
Authors:
Shlomi Zadok <szadok@redhat.com>
Stephen Benjamin <stephen@redhat.com>
(cherry picked from commit 3a36bdf6179cfb3207af623584c021addb674ffb)
refs #7586 - setup cron jobs for mail notifications
History
#1
Updated by Stephen Benjamin over 8 years ago
- Related to Tracker #7585: Mail notifications tracker added
#2
Updated by Stephen Benjamin over 8 years ago
- Subject changed from As a user, I want to configure which summary e-mails to receive and at what interval to As a user, I want to configure which e-mails notifications to receive
#3
Updated by Stephen Benjamin over 8 years ago
- Has duplicate Feature #7664: As a UI user, I should be able to manage my own email notification preferences. added
#4
Updated by Stephen Benjamin over 8 years ago
- Blocks Tracker #7662: Email Notifications added
#5
Updated by Stephen Benjamin over 8 years ago
- Subject changed from As a user, I want to configure which e-mails notifications to receive to As a UI user, I want to configure which e-mails notifications to receive
#6
Updated by Ohad Levy over 8 years ago
- Legacy Backlogs Release (now unused) set to 21
#7
Updated by Shlomi Zadok over 8 years ago
- Target version set to 1.7.2
#8
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1813 added
- Pull request deleted (
)
#9
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) deleted (
21)
#10
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3a36bdf6179cfb3207af623584c021addb674ffb.
#11
Updated by Dominic Cleal over 8 years ago
- Legacy Backlogs Release (now unused) set to 21
#12
Updated by Daniel Lobato Garcia over 8 years ago
- Related to Feature #7663: As an API user, I should be able to manage my own email notification preferences. added
fixes #7586, #7734, #7172 - user preferences for receiving mail notifications
Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the
association with users.
Plugins may seed their own mail notifications, see
db/seeds.d/16-mail-notifications.rb for an example.
Authors:
Shlomi Zadok <szadok@redhat.com>
Stephen Benjamin <stephen@redhat.com>