Skip to content

A Redmine plugin that changes the due date automatically when user changes priority of an issue on issue edit dialog

License

Notifications You must be signed in to change notification settings

cmrd-senya/redmine_priorities_duedate_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Priorities Due Date Plugin

This Redmine plugin changes the due date automatically when user changes priority of an issue at the issue edit dialog.

Installation

cd redmine-install-dir/plugins
git clone https://github.com/cmrd-senya/redmine_priorities_duedate_js.git

Configuration

At priorities_duedate.js find prioritiesDue hashmap:

var prioritiesDue = {
  "3": 180,
  "4": 30,
  "5": 7,
  "6": 3,
  "7": 1
};

This hash map is used for mapping default day count to priorities. The hash index is a identifier of a priority (according to redmine database) and the value is default days number for the priority. Change them according to your needs.

Here are how the priorities respective to the defaults look like in the HTML inspector:

About

A Redmine plugin that changes the due date automatically when user changes priority of an issue on issue edit dialog

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published