Skip to content

This plugin is designed to open frozen issues on the scheduled day

Notifications You must be signed in to change notification settings

demiurg85/redmine_issue_open_date

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Issue Open Date Plugin

Русская версия документации

Plugin is developed by Centos-admin.ru.

This plugin is designed to reopen the frozen issues on the scheduled day.

Please help us make this plugin better telling us of any issues you'll face using it. We are ready to answer all your questions regarding this plugin.

Short description

Plugin executes the 'rake issue_open_date:switch' command at 00:01.

It will return all the tickets that have the Frozen status and are scheduled to be reopened on the next day.

All such tickets will get the New status.

Plugin setup

Install the plugin and perform database migration:

bundle exec rake redmine:plugins:migrate

Specify in the plugin settings which tickets will be considered as New or Frozen.

CRON

Perform this to add tasks to CRON:

bundle exec whenever -i redmine_issue_open_date -f plugins/redmine_issue_open_date/config/schedule.rb

Perform this to remove tasks from CRON:

bundle exec whenever -c redmine_issue_open_date -f plugins/redmine_issue_open_date/config/schedule.rb

About

This plugin is designed to open frozen issues on the scheduled day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.1%
  • HTML 36.5%
  • CSS 3.4%