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

Redmine - Automatic closing of resolved issues

Notifications You must be signed in to change notification settings

xmsergey/redmine_issue_closer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Redmine - Automatic closing of resolved issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.8%
  • Ruby 42.2%