redmine_reminder
redmine_reminder copied to clipboard
Plugin for Redmine project that sends notification to assignee if due date is coming. Work with issue and issues category
i have this info: ``` Environment: Redmine version 5.1.1.stable Ruby version 2.7.4-p191 (2021-07-07) [x86_64-linux-gnu] Rails version 6.1.7.6 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp Redmine settings:...
I am sking where are the differences and how to merge both in one solution .. https://github.com/f0y/due_date_reminder/issues/40
Tasks already set to Approved (e.g.) to be filtered from the settings page to not be included in the daily email.
It would be nice if there is a setting to disable the overdue information in the e-mails, because this adds too much information in the e-mail while I want to...
Some users on my site do not want reminders. Is there a way for a user to not be reminded?
## System Description: Ubuntu 15.04 Release: 15.04 Codename: vivid ruby 2.1.2p95 (2014-05-08) [x86_64-linux-gnu] bundle install ran and installs no new or updated gems ## Symptom Executing `bundle exec rake redmine:reminder_plugin:send_notifications...
Hi, I've installed the pluging with the latest Redmine version 2.6.1. When I invoke the bundle install I get the shoulda-matchers dependency conflict. I've commented out the dependency from the...
``` Started GET "/my/account" for 127.0.0.1 at 2014-08-21 09:52:09 +0200 Processing by MyController#account as HTML Current user: [email protected] (id=5) Rendered my/account.html.erb within layouts/base (13.3ms) Completed 500 Internal Server Error in...
We have several groups that will be assigned to issues with due dates assigned to them. When the rake runs we get the following error: rake aborted! undefined method `reminder_notification_array'...
I can configure and save plugin settings, but when I run bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production --trace I end up with: '''*\* Invoke redmine:reminder_plugin:send_notifications (first_time) *\* Invoke environment (first_time) *\*...