Project

General

Profile

Plugins Directory » cuckoos

Author: matteo duan
Website: https://github.com/mintow/cuckoos
Code repository: https://github.com/mintow/cuckoos
Registered on: 2019-05-15 (almost 5 years ago)
Current version: 0.1.0
Compatible with: Redmine 3.4.x
User ratings:   (2)

The cuckoos plugin provides a powerful way to automatic send email reminder
for every project & every tracker & every user with web interface.

Features:

  • Support to select one or multi-type of tracker
  • Four types of trigger cycle: daily, weekly, monthly, oneshot
  • Four types of user: author, assignee, watcher, user in custom field
  • Also can specify "other user" which can be anyone of the project members
  • Two types of email body: a single issue and an issue package
  • Can insert a tips in the subject of a issue package email
  • Have a "Send now" button to trigger a cuckoo any time you want
  • Can be a timed task triggered by the crontab
  • Configure permissions based on roles
  • Register as a project module

Installation notes

  1. Clone this repository into ```redmine/plugins/cuckoos```
  2. Install dependencies and migrate database
cd redmine/
bundle install
RAILS_ENV=production rake redmine:plugins:migrate

Changelog

0.1.0 (2019-05-15)

Compatible with Redmine 3.4.x.

Screenshots of V0.1.0

The list of cuckoos:

The interface of edit & new a cuckoo:

A cuckoo email of a single issue:

A cuckoo email of an issue package:

cuckoo_edit.png (39.9 KB) cuckoo_edit.png matteo duan, 2019-05-15 03:23
cuckoos_list.png (40.8 KB) cuckoos_list.png matteo duan, 2019-05-15 03:23
send_by_package.png (43.1 KB) send_by_package.png matteo duan, 2019-05-15 03:23
send_one_issue.png (33.3 KB) send_one_issue.png matteo duan, 2019-05-15 03:23

User ratings

  by Ray Cheung almost 4 years ago

如果超期overdue date也可以指定为自定义时间格式的字段就更加完美了,有些issue会设定额外的计划时间

  by billy chou over 4 years ago

It would be perfect if it supports 4.0.x+