Plugins Directory » Westaco Versions
Author: | Westaco Express | |
---|---|---|
Website: | https://github.com/westaco/westaco_versions | |
Code repository: | https://github.com/westaco/westaco_versions | |
Registered on: | 2018-07-18 (over 6 years ago) | |
Current version: | 0.0.5 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x | |
User ratings: |
This plugin adds the new Versions page to Redmine's application (global) and project menus. This page lists versions of all projects or of the project (and its subprojects) correspondingly. It supports a query form (with filters, columns etc) similar to the query forms, that can be found on Issues and Spent time pages.
The plugin also adds the following additional fields to the Version model (these fields can be used as query filters and columns):
- Start date (entered manually) - the date, when the work on the version is actually started.
- End date (entered manually) - the date, when the main work on the version is actually finished (unlike the existing due date, that represents the date, when the work is planned to be finished).
- Closed date (automatic) - the date, when the version was closed.
Additionally, the plugin adds the following dynamically calculated fields (available as columns in the query form):
- Estimated duration - the number of days between the start date (or creation date, if the start date is not available) and the due date.
- Actual duration - the number of days between the start date and the end date, i.e., the number of days the version is actually being worked on.
- Remaining duration - the number of days until the end date or the due date (if the former is not available).
- Extra duration - the number of days between the end date and the due date. So, the column shows, whether the version was finished early or late.
Development of this plugin was sponsored by Westaco.
Installation notes
- Move
westaco_versions
directory to theplugins
directory of Redmine - Run
rake redmine:plugins:migrate RAILS_ENV=production
- Restart Redmine
Changelog
0.0.5 (2024-07-26)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x.
Added the possibility to define new statuses for Versions.
Added "Total time" in "Roadmap section - calculation of Version duration based on statuses (since opening the version until at the current time). Other improvements.
Development sponsored by Westaco and executed by Yanto Daryanto .
0.0.4 (2024-06-20)
Compatible with Redmine 5.1.x, 5.0.x.
Updated to be compatible with Redmine 5.0.x and 5.1.x
0.0.3 (2020-06-08)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Support for Redmine 4
0.0.2 (2018-09-17)
Compatible with Redmine 3.4.x.
- Atom, CSV and PDF export options
0.0.1 (2018-07-18)
Compatible with Redmine 3.4.x.