Feature #309
Copy project template.
| Status: | Closed | Start: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Resolution: |
Description
An option to copy a project's structure when creating a new project will be very useful when working with large scale
teams.
This I would want to copy:
Project settings
Members
Issue Categories
I will try my hand at modifying redMine and make a patch for this but wanted to raise it in the tracker.
Related issues
| related to Feature #1125: Template projects - Or copy as new feature | Closed | 2008-04-28 |
Associated revisions
Added the ability to copy a project in the Project Administration panel.
- Added Copy project button.
- Added Project#copy_from to duplicate a project to be modified and saved by the user
- Added a ProjectsController#copy based off the add method
- Used Project#copy_from to create a duplicate project in memory
- Implemented Project#copy to copy data for a project from another and save it.
- Members
- Project level queries
- Project custom fields
- Added a plugin hook for Project#copy.