Patch #18983
Allow filtering of Redmine Reminders by Version
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email notifications | |||
Target version: | 3.0.0 |
Description
We had a requirement to setup cron jobs that would notify users of issues assigned to them that were overdue or coming due within a specific timeframe.
The rake redmine:send_reminders is great, but doesn't allow filtering by Version so here's a patch and tests to allow for this.
Associated revisions
Allow filtering of Redmine Reminders by Version (#18983).
Patch by Merul Patel.
Raise an error if version is not found (#18983).
Fixed wrong test (#18983).
Issue was not assigned to the version and assert_equal 1, ActionMailer::Base.deliveries.size was passing because of the issue creation notification.
Renamed test (#18983).
History
#1
Updated by Jean-Philippe Lang about 6 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 3.0.0
Patch committed in r13964, with some fixes in the following changes. Thanks.