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 6 years ago) | |
Current version: | 0.1.0 | |
Compatible with: | Redmine 3.4.x | |
User ratings: |
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
- Clone this repository into ```redmine/plugins/cuckoos```
- 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.