Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Auto-Update-Status Plugin

This is a plugin for Redmine which helps to automatically update issues statuses.

Install

This plugin is compatible with Redmine 4.0.0+.

You can first take a look at general instructions for plugins here.

Then :

  • clone this repository in your "plugins/" directory
  • restart your Redmine instance (depends on how you host it)

Usage

To apply the rules manually, utilize the link: 'Apply to all issues.'

However, for automated status updates, it is necessary to create a script and run it periodically, such as once a day, using cron.

Below is an example of the script:

#!/bin/bash

echo "Start applying rules on Redmine issues: " $(date)
source /usr/local/rvm/scripts/rvm
cd /PATH-TO/redmine
bundle exec rails redmine:auto_update_status:apply_rules RAILS_ENV=production

Test status

Plugin branch Redmine Version Test Status
master 6.1.3 6.1.3
master 7.0.0 7.0.0
master master master

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT License.

About

This is a plugin for Redmine which helps to automatically update issues statuses

Resources

Stars

10 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages