Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.11 KB

README.rdoc

File metadata and controls

41 lines (25 loc) · 1.11 KB

Issue_closed

This redmine plugin closing issues a week after their "Resolving".

Installing delayed_job:

To working plugin Redmine Issue Closed you need to install and start delayed_job. Delayed job is plugin for background processes.

1) script/plugin install git://github.com/kossnocorp/delayed_job.git

2) script/generate delayed_job
   rake db:migrate

3) create config/initializers/delayed_job_config.rb and add inside this code:

   Delayed::Job.destroy_failed_jobs = false

silence_warnings do Delayed::Job.const_set(“MAX_ATTEMPTS”, 3) Delayed::Job.const_set(“MAX_RUN_TIME”, 7.days) end

4) rake jobs:work -> for starting background processes

If'll have some problems you would get information by this link:
  http://github.com/collectiveidea/delayed_job

Installing Redmine Issues Closed:

1) script/plugin install git://github.com/edtsech/redmine_x_closed.git

2) rake db:migrate_plugins

3) go to admin -> issue_statuses
   Set up plugin (select "resolved" & "closed" statuses) 

4) use!

For turn off Redmine Issue Closed Plugin:

project/settings/ > Modules