Project

General

Profile

Plugins Directory » Redmine issue closing

Author: Pavel Ishenin
Website: https://github.com/isheninp/redmine_issue_closer
Code repository: https://github.com/isheninp/redmine_issue_closer
Registered on: 2017-03-15 (about 7 years ago)
Current version: 0.0.1
Compatible with: Redmine 4.0.x
User ratings:   (1)

Manual and automatic management of issues statuses

Keep statuses actual!

Settings:
Automatic issue closing - to enable issue statuses updating automatically every day. Default:disable
Find status - find issue to be changed, for example "solved"
Set status to - update issues with new status, for example "closed"
Wait before change status, days - days since issue was UPDATED! Default:30 days

Installation notes

Go to app folder and run:

$ cd plugins && mkdir issuecloser && cd ..

Copy plugin files to folder /plugins/issuecloser

git clone https://github.com/isheninp/redmine_issue_closer.git plugins/issuecloser
Do not change folder path!

Go to app folder and run:

$ bundle check || bundle install

$RAILS_ENV=production bundle exec rake issuecloser:install

Changelog

0.0.1 (2017-03-15)

Compatible with Redmine 4.0.x.

User ratings

  by Vlad Pol over 3 years ago

Unfortunately doesn't work on 4.1.1. Could you please fix it?