Project

General

Profile

Plugins Directory » Workload

Author: Markus Boremski
Website: -
Code repository: https://github.com/xmera-circle/redmine_workload
Registered on: 2013-08-29 (over 10 years ago)
Current version: 3.0.1
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x
User ratings:   (4)

The plugin calculates how much work each user would have to do per day in order to hit the deadlines for all his issues.
It also calculates this information for a user-group.
It calculates issues (number and hours) that are behind schedule and calculates issues that are unplanned (number and hours) so far.

To be able to do all this calculations, the issues start date, due date and estimated time must be filled in.
Issues that have not filled in one of these fields will be shown in the overview, but the workload resulting from these issues will be ignored.

It is tested with redmine 4.2, but will probably run with other versions (at least 3.0) too.
If not, please drop me a note or fix the problem and create a pull request.

Please refer to the README.md on github for more details.

Credits

  • The company MENTOR GmbH & Co. Präzisions-Bauteile KG invested in this project to make 2.0 possible
  • Jost Baron made huge steps to bring this work to a more useable level.
  • original workload-plugin was written from Rafael Calleja

Installation notes

Please refer to redmine.org -> Plugins

Changelog

3.0.1 (2023-07-19)

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

Added

  • API support for workload CSV export

Fixed

  • workday settings
  • CSS styling for today line when user has holiday today

CAUTION: If you use PostgreSQL you need to run Ruby 3.1.x

2.2.2 (2023-05-05)

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

Added

  • github actions for automated tests
  • github pull request template

Fixed

  • zeitwerk issues
  • postgres default keyword error
  • test errors

2.2.1 (2023-03-01)

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

Added

  • Supports Redmine 5 with backward compatabilty to Redmine 4
  • New plugin setting: 'workload_of_parent_issues' as option to include parent issues in workload calculation

Changed

  • New definition of issue overdue: the decision whether an issue is overdue will be considered by comparing with the given date for 'today' instead of the issues due date

Fixed

  • some errors leading to HTML status code 500

2.0.1 (2022-07-22)

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

Bug Fixing

  • Fixes undefined method error in group workload.

2.0.0 (2022-07-07)

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

New Features in Version 2.0.0

  • style-rework
  • workload per group
  • calculates "unplanned" issues
  • csv export

1.1.0 (2019-08-12)

Compatible with Redmine 4.0.x.

  • Adding Compatibility to redmine 4.x

See https://github.com/JostBaron/redmine_workload/pull/45

1.0.2 (2013-09-08)

Compatible with Redmine 2.3.x.

Maintainance release. Changes:

  • Opening workload info works now if user.name returns spaces or special characters.
  • Improvements to slides.js (Thanks to Daniel Felix).
  • Improvements of italian localization (Thanks to Carlo Troiano).
  • Hours from overdue issues are now summed up if today is a holiday.

1.0.1 (2013-08-30)

Compatible with Redmine 2.3.x.

  • Added italian localization. Thanks go to Carlo Troiano!
  • Bugfix: Truncate the number of hours from overdue issues of a project to 2 decimal places.

1.0.0 (2013-08-29)

Compatible with Redmine 2.3.x.

User ratings

  by Markus Boremski almost 2 years ago

  by Adhiem Sumitro almost 7 years ago

- it works on 3.2.x
- When task list is collapsed and the Project thas has overdue task, it would be great to have an indicator (icon or colored differently)
- I need an "expand all" button and "collapse all" button

  by Thomas Koch almost 9 years ago

I updated the plugin to 1.0.3

Now there is Support for Redmine 3.x and also the possibility to choose Groups to filter....

  by R. Meierson almost 9 years ago

great plugin. works with redmine 2.4.x. exactly what i'm looking for. hope it will maintained.