项目

常规

个人资料

插件目录 » Redmine 邮件提醒

作者 Jethro Yu
网站 https://github.com/Hopebaytech/redmine_mail_reminder
代码仓库 https://github.com/Hopebaytech/redmine_mail_reminder.git
注册日期 2015-03-20 (超过9年前)
当前版本 3.0.3
兼容性 Redmine 3.0.x, 2.6.x, 2.5.x
用户评分   (8)

此插件最初源自由Michael Kling在https://redmine.ruby-lang.org.cn/boards/3/topics/27087发起新闻讨论,
我将其分支出来并尝试维护此插件。

描述

因为我们不喜欢为每个项目配置 rake 任务以进行邮件提醒,而且它还缺少一些特定的过滤器 - 我们决定创建我们自己的提醒插件。

只需要创建一个 cron 作业,它可以处理所有提醒,这些提醒可以在 redmine 系统中由任何拥有特定权限的用户轻松配置。

提醒可以按项目配置,它们通过自定义查询选择应该提醒的问题(因此您可以选择任何条件)。

可以将提醒按日(定义从第1天到第6天的间隔)、按周(定义星期几)或按月(定义月份中的某一天)发送到项目内的特定角色。(有关详细信息,请参阅截图)

欢迎任何反馈:)

截图

安装说明

您可以从这里下载插件: https://github.com/Hopebaytech/redmine_mail_reminder
安装说明在自述文件中给出。

变更日志

3.0.3 (2015-05-13)

兼容 Redmine 3.0.x, 2.6.x, 2.5.x。

分支 redmine3.0 用于 3.0.x
分支 redmine2.6 用于 2.5.x, 2.6.x

在 2015/05/13(2.6/3.0 分支)中,此插件从 redmine_issue_reminder 重命名为 redmine_mail_reminder,以避免与现有的 redmine_issue_reminder 冲突。

  1. 将您的 redmine_issue_reminder 目录 ({REDMINE_ROOT}/plugins/redmine_issue_reminder) 重命名为 redmine_mail_reminder
  2. 连接到您的 redmine SQL 数据库
  3. 运行以下 SQL 脚本
    update schema_migrations set version=replace(version, 'redmine_issue_reminder', 'redmine_mail_reminder') where version like '%redmine_issue_reminder%';
  4. 运行以下 SQL 脚本
    update settings set name=replace(name, 'issue', 'mail') where name = 'plugin_redmine_issue_reminder';
  5. 从 github 拉取新版本源
  6. 运行以下 rake
    rake redmine:plugins:migrate NAME=redmine_mail_reminder
    重启您的 web 服务器(通常 /etc/init.d/apache2 restart)

2.6.5 (2015-05-13)

兼容 Redmine 2.6.x, 2.5.x。

在 2015/05/13(2.6/3.0 分支)中,此插件从 redmine_issue_reminder 重命名为 redmine_mail_reminder,以避免与现有的 redmine_issue_reminder 冲突。

  1. 将您的 redmine_issue_reminder 目录 ({REDMINE_ROOT}/plugins/redmine_issue_reminder) 重命名为 redmine_mail_reminder
  2. 连接到您的 redmine SQL 数据库
  3. 运行以下 SQL 脚本
    update schema_migrations set version=replace(version, 'redmine_issue_reminder', 'redmine_mail_reminder') where version like '%redmine_issue_reminder%';
  4. 运行以下 SQL 脚本
    update settings set name=replace(name, 'issue', 'mail') where name = 'plugin_redmine_issue_reminder';
  5. 从 github 拉取新版本源
  6. 运行以下 rake
    rake redmine:plugins:migrate NAME=redmine_mail_reminder
    重启您的 web 服务器(通常 /etc/init.d/apache2 restart)

3.0.0 (2015-03-20)

兼容 Redmine 3.0.x, 2.6.x, 2.5.x, 2.0.x。

用户评分

  by Виктор Воеводский over 4 years ago

  by Chris Lee about 8 years ago

此插件提供了提醒未分配问题的所需功能,但它似乎不与 redmine > 3.1 兼容。如果它能更新以支持新版本,那就太好了

  by Bruno Alineri over 8 years ago

优秀插件!

  by Entwicklung AMIT over 8 years ago

这个插件非常有用,但它不起作用,尽管配置正确。有没有适用于Redmine 3.1及以上版本的更新?

 Seungyoon Lee 在约9年前发表

这是我找到的!我编辑了rake reminder来完成我的工作。它运行得很好!但我将尝试这个插件。谢谢!

 Yan Charnyy 在约9年前发表

优秀的简单插件。只需配置cron任务即可)其他所有事情都由插件完成。

 Thierry Brochu 在超过9年前发表

这是一个很棒的想法,将非常有用,可以帮助您组织起来

 Stanislas Dourdin 在超过9年前发表

这是一个必不可少的插件,可以帮助您轻松管理问题。