Project

General

Profile

Plugins Directory » Redmine Tint Issues

Author: Stephan Wenzel
Website: https://github.com/HugoHasenbein/redmine_tint_issues/
Code repository: https://github.com/HugoHasenbein/redmine_tint_issues/
Registered on: 2019-08-27 (over 4 years ago)
Current version: 1.3.0
Compatible with: Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x
User ratings:   (3)

Tint issues in index view by age or begin date and due date. Thoroughly tested and does not slow down Redmine or database even on systems with > 50k issues. No migrations needed. Four ages to be colored and three periods of approaching due dates can be chosen.

Use

  • Go to Projects-><your project>->Settings->Modules and tick 'Tint Issues'
  • Go to Administration->Plugins->Redmine Tint Issues and select approriate ages for tickets

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

  • On issue index page you will see issue rows colored by age having left and side colored bars

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.

Version 1.2.0

You can now choose colors with a color chooser for each issue age. There is also a choice if the issue age should be based on creation date or on the date of last update.

Have fun!

Localisations

  • 1.0.2
    - English
    - German

Change-Log*

**1.3.0
- supports Redmine 5

**1.2.1
- bug fix: virgin plugin was trying to read plugin settings value, which do not exist

**1.2.0
- support for color picking and choice of issue age base

**1.1.0
- support for rails 5

1.0.2
- simplified module support
- cleaned code

1.0.1
- added module support
- cleaned code

1.0.0
- running on Redmine 3.4.6, 3.4.11

Installation notes

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`

2. restart server f.i.

`sudo /etc/init.d/apache2 restart`

Changelog

1.3.0 (2022-06-01)

Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x.

1.2.1 (2020-12-23)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x.

bug fix: virgin plugin tried to load values, which did not exist at runtime

1.2.0 (2020-12-18)

Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x.

supports choosing colors in plugin setup and choose issue age base: either creation date or last update date

1.1.0 (2020-03-10)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.

1.0.2 (2019-08-27)

Compatible with Redmine 3.4.x, 3.3.x.

1.0.2
- simplified module support
- cleaned code

1.0.1
- added module support
- cleaned code

1.0.0
- running on Redmine 3.4.6, 3.4.11

plugin_configuration.png (131 KB) plugin_configuration.png Stephan Wenzel, 2019-08-27 20:33
issue_index.png (154 KB) issue_index.png Stephan Wenzel, 2019-08-27 20:33

User ratings

  by Diego Plaza 5 months ago

Very usefull plugin

  by Hiwe Sar about 2 years ago

The colors are too weak in the ticket overview.(Redmine 4.2.3)

  by Vlad Pol over 3 years ago

Unfortunately doesn't a correct work on 4.1.1. Could you please fix it?