Project

General

Profile

Plugins Directory » Summed Fields

Author: Massimo Rossello
Website: https://github.com/maxrossello/redmine_summed_fields
Code repository: https://github.com/maxrossello/redmine_summed_fields
Registered on: 2013-04-05 (about 11 years ago)
Current version: 0.0.2
Compatible with: Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x
User ratings:   (0)

Tested with redmine 1.4.x and 2.3.1

Configure numeric (integer and float) issue custom fields as summable, so that a parent issue can sum the field values among all its sub-tasks similar to what happens for estimated and spent times. Furthermore, the sum is displayed also in the issue listing view (spent time is not summed up in the parent issue, in that view, instead).

Another issue custom field’s setting is added to configure the field as shown in the subtask section of an issue detailed view.

Subtask view in the parent issue is modified so that:

  • a table header is displayed containing field names
  • %done is removed from display in order to save space
  • configured fields are listed, displaying the field values of the subtasks
  • subtasks that do not own some shown field (displayed because of some other subtask) gray-out the corresponding table cell

This way, the user can have a quick view of each partial value and of the sum altogether. The issue overview can be configured with meaningful fields from subtasks and offer better insights.

Installation notes

Standard procedure including plugin migration

Changelog

0.0.2 (2013-05-29)

Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x.

Tested with 2.3.1, supports 1.4.x onwards

Added configuration of fields displayed in the subtask section of the issue detailed view.

0.0.1 (2013-04-05)

Compatible with Redmine 1.4.x.