Plugin provides functionality for sending workload statistics notifications to Slack
- Clone this plugin to your Redmine plugins directory:
user@user:/path/to/redmine/plugins$ git clone [email protected]:DefaultValue/redmine-workload-statistic-notificator.git workload_statistic_notificator
- Install
httpclient
dependency, by running:
user@user:/path/to/redmine/plugins/workload_statistic_notificator$ bundle install
-
Restart Redmine to check plugin availability and configure its options.
-
Set up cron task:
* * * * * path/to/redmine/bin/rake send_day_workload_statistic RAILS_ENV=production