Plugins Directory » Project Templates Plugin By Redmine X
|
Author: | Ondrej Svejkovsky |
---|---|---|
Website: | https://www.redmine-x.com/redmine-project-templates | |
Code repository: | - | |
Registered on: | 2022-08-30 (7 months ago) | |
Current version: | 1.1.0 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x | |
User ratings: |
Redmine Project Templates To Save Time When Projects Repeat¶
A FREE version is in an online demo at https://www.redmine-x.com/#bottom2 & the downloadable version is at https://www.redmine-x.com/redmine-project-templates. If you need to test the plugin in your Redmine environment, just contact Redmine X for the evaluation version.
The Redmine Project Templates plugin is a true life-saver when it comes to repeating projects. You can create project templates from scratch as if you were creating a project, including all members, issues, custom fields, etc. Or, you can save any existing project as a template. The issue within a template don't mix up with existing issues and project templates don't interfere with any other plugins such as Gantt, or Resources.
Key Features Of The Redmine X Project Templates¶
- create full-stack project templates
- re-using a project is a click away
- template issues, members, custom fields, etc. don't mix up with existing issues
- you can't see project templates in any planning tools such as Gantt or Resources
- save hours & hours by using project templates
- visually distinguish between a project & project template
--> see all features at https://www.redmine-x.com/redmine-project-templates
Users Appreciate¶
- huge time-savings when projects repeat
- the fact that template tasks don't mix up with project tasks
- visual distinction between templates & projects
Installation notes
Follow standard Redmine installation:¶
- unzip the archive and copy it to redmine_root/plugins or copy the archive in the same location and perform the unzip command in the console
- from redmine_root run bundle install
- from redmine_root run bundle exec rake redmine:plugins:migrate RAILS_ENV=production
- restart Redmine
Changelog
1.1.0 (2022-04-28)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x.
- Shift project methods updated - issue dates (start or due date) and version effective date are shifted only if they are present.
- Support for Redmine 5.0.0
- Bug fixes
- ApplicationHelperPatch - method 'project_tree_options_for_select_with_rx_project_templates' fixed - filter method replaced by select method, because filter is available only in Ruby 2.6.0+.
1.0.2 (2022-01-12)
Compatible with Redmine 4.2.x, 4.1.x.
- Fixed conflict between inherited members (of parent project) and members copied from template, when creating new project from template.
1.0.1 (2022-01-10)
Compatible with Redmine 4.2.x, 4.1.x.
- If user creates a new project from a project template (or a new template from an existing project) and an error occurs when saving the new project (e.g. a non-unique identifier), the user is returned to the project creation screen and an error warning is printed (before fix => 500: internal error).
1.0.0 (2021-12-21)
Compatible with Redmine 4.2.x, 4.1.x.