Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.06 KB

README.rdoc

File metadata and controls

41 lines (22 loc) · 1.06 KB

redmine_issue_reports

<img src=“https://travis-ci.org/dennisklein/redmine_issue_reports.svg?branch=master” alt=“Build Status” />

Redmine plugin to send issue reports to users via email.

Requirements

Redmine >= 2.5.0

Installation

Manual

Copy the content of the git repo to REDMINE_HOME/plugins/redmine_issue_reports.

Run +rake redmine:plugins:migrate NAME=redmine_issue_reports RAILS_ENV=production+

Usage

Send issue reports by mail by setting up e.g a weekly cron job (replace %REDMINE_HOME% with your actual path):

<verbatim> PATH=/usr/sbin:/usr/sbin:/usr/bin:/sbin:/bin

RAILS_ENV=production

0 6 * * 1 www-data cd %REDMINE_HOME% && rake redmine:send_issue_reports period=w </verbatim>

Options

Run +rake -D redmine:send_issue_reports+ to see the list of options.

License

Copyright © 2015 Dennis Klein

Copyright © 2015 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH

This is free software, and may be redistributed under the terms specified in LICENSE.