Skip to content

Automatically sets due date of the issue based on the date of the target version

Notifications You must be signed in to change notification settings

TeamRocketScience/redmine_due_date_by_default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Due date by default plugin for redmine

Plugin automatically sets due date of the issue based on the due date field of the target version. Also, it sets target version based on project custom field.

Usage

Create Issue

It will automatically sets due date field based on target version date

Update Issue

If target version changes and issue’s due date field is still equals to old version date, then due date automatically set to new version date.

Installation and Setup

  1. Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins

  2. Run rake task to create project custom field with name “Current version” and format “Version”

    rake redmine:due_date_by_default:create_custom_field
  3. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)

  4. Set up this custom field in your project settings

Requrements

  • Redmine 1.2.1 or later (may work on earlier verisons, but not tested for it)

Changelog

  • v0.0.1 - Release

  • v0.0.2 - Added rake task and autoset of target version field

Author

Max Prokopiev © 2011 TeamRocketScience. trs.io

About

Automatically sets due date of the issue based on the date of the target version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages