HugoHasenbein / redmine_tint_issues

Plugin for Redmine to tint issues by age and due date
https://www.redmine.org/plugins/redmine_tint_issues
GNU General Public License v2.0
18 stars 3 forks source link
age approaching color deadline issue plugin redmine tint

redmine_tint_issues

Plugin for Redmine to tint issues by age and due date

Use case(s)

PNG that represents a quick overview

Install

  1. download plugin and copy plugin folder redmine_tint_issues to Redmine's plugins folder

  2. restart server f.i.

sudo /etc/init.d/apache2 restart

(no migration is necessary)

Uninstall

  1. go to plugins folder, delete plugin folder redmine_tint_issues

rm -r redmine_tint_issues

  1. restart server f.i.

sudo /etc/init.d/apache2 restart

Use

PNG that represents a quick overview

note: you may leave input fields empty, f.i. if you just want two colors, one for 'old' and one for 'very old'

How is the color determined?

Redmine Tint Issues looks for an issue start date. If it cannot find a start date, because it is empty, then it uses the issue creation date. Redmine Tint Issues wil calculate the age based on today minus the aforementioned dates and color the issue row accordingly.

If the issue has a due date, then Redmine Tint Issues will put a grey, green, orange or red bar on the left and right side of the issue row. If the issue is overdue, the issue will be marked with two black bars.

The style can easily be changed by amending the style sheet in the assets/styleshets folder. Do not edit the styleshet in the public/plugin_assets folder as it will be overridden each time redmine is rebootet.

Have fun!

Localisations

Change-Log*

1.3.0

1.2.1

1.2.0

1.1.0

1.0.2

1.0.1

1.0.0