Cloning project config
I have a current project that I am looking to clone a new project to match all of the configuration (work item types, workflows, etc) but not have any of the "data" (work items themselves). The current project is in a V2 server and the cloned project should be on a V3 server. Is there a way to "export all project config data" and then import it into the new project/new server?
Susan
Susan
4 answers
I have a current project that I am looking to clone a new project to match all of the configuration (work item types, workflows, etc) but not have any of the "data" (work items themselves). The current project is in a V2 server and the cloned project should be on a V3 server. Is there a way to "export all project config data" and then import it into the new project/new server?
Susan
Using the RTC Eclipse client, you can right click on a project area and select "Extract Process Template". This will give you a zip file that contains a new process template.
On your new server, you can then import this template. Finally, if you create a new project area from this template, it will have the same workitem configuration as the old project area.
Note that this will include your workitem types, workflows, etc., but it won't include the actual workitem categories or team areas that you had in the old project area.
- Jared
I have a current project that I am looking to clone a new project to match all of the configuration (work item types, workflows, etc) but not have any of the "data" (work items themselves). The current project is in a V2 server and the cloned project should be on a V3 server. Is there a way to "export all project config data" and then import it into the new project/new server?
Susan
Using the RTC Eclipse client, you can right click on a project area and select "Extract Process Template". This will give you a zip file that contains a new process template.
On your new server, you can then import this template. Finally, if you create a new project area from this template, it will have the same workitem configuration as the old project area.
Note that this will include your workitem types, workflows, etc., but it won't include the actual workitem categories or team areas that you had in the old project area.
- Jared
Hi Jared!
I am in my RTC Eclipse client, and I right-click on the project area in the navigation tree, but I don't have "Extract process template" in the menu, only "create process template". Perhaps I don't have the right permissions?
Susan Hanson
Susan,
I guess you are using RTC2.0.x. It is the menu item "Create Process Template" that you can use to extract process template from the selected project area. In RTC3.0, this menu item is changed to "Extract Process Template".
Thanks!!! I was able to get my project out of RTC 2.0.0.2 and into my "test" V3.0 project.