Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 983 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 983 Bytes

Redmine issue closing

Description

Manual and automatic management of issues statuses

To install:

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

Settings:

Automatic issue closing - to enable issue statuses updating automatically every day

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!

License

MIT License. Copyright 2016-2017 [email protected]

C