Feature #886
Copy A Project
| Status: | Closed | Start: | 2008-03-18 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Eric Davis | % Done: | 100% |
|
| Category: | Projects | |||
| Target version: | 0.9.0 | |||
| Resolution: | Fixed |
Description
There should be a facility to copy a project with another name. E.g if i have a project name pilot and have defined the workflow users and settings for it . It would be helpful to copy it with another name and then customize the copied project.
Related issues
| related to Feature #1125: Template projects - Or copy as new feature | Closed | 2008-04-28 | ||
| related to Feature #3367: Copy versions/custom fields/wiki when copying a project | Closed | 2009-05-15 | ||
| related to Defect #3975: When doing a Copy Project the group does not copy. | Closed | 2009-10-05 | ||
| related to Patch #3877: Copy issue status when issue is copied | Closed | 2009-09-16 | ||
| related to Defect #4045: Copy project don't copy custom field enabled settings | Closed | 2009-10-17 |
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.
History
Updated by Eric Davis about 1 year ago
- Category set to Projects
- Status changed from New to Resolved
- Assigned to set to Eric Davis
- Target version set to 0.9.0
- % Done changed from 0 to 100
- Resolution set to Fixed
I've added the ability to copy a project in the Project Administration panel. r2704
Updated by Eddie Ringle about 1 year ago
Eric Davis wrote:
I've added the ability to copy a project in the Project Administration panel. r2704
Just tried this out, Issues were copied over successfully. However, documents were not. Shouldn't the copied project also have the original project's documents as well?
Updated by Eric Davis about 1 year ago
- Status changed from Resolved to Closed
Eddie Ringle wrote:
Just tried this out, Issues were copied over successfully. However, documents were not. Shouldn't the copied project also have the original project's documents as well?
Please open a new Feature request for coping Documents. You can reference this issue (#886) and another issue if you'd like (#3367).
Side Note: This issue should have been Closed instead of Resolved.