RTC Project Export/Import
2 answers
well, sort of, but not the way you described it.
you can export the process config for a project, and create a new template.
using the new template, you can create a new project that will behave exactly like the first.
you cannot 'import' the process config into an existing project however.
This is what the process sharing model is intended to do..
share first projects process config (open project, scroll down, select share)
create New projects with the Unconfigured process template, and then USE the process from the sharing project. (open project, scroll down, select Use, select sharing project)
then whenever you change the sharing project's process, then children get it immediately
you can export the process config for a project, and create a new template.
using the new template, you can create a new project that will behave exactly like the first.
you cannot 'import' the process config into an existing project however.
This is what the process sharing model is intended to do..
share first projects process config (open project, scroll down, select share)
create New projects with the Unconfigured process template, and then USE the process from the sharing project. (open project, scroll down, select Use, select sharing project)
then whenever you change the sharing project's process, then children get it immediately
You can do it from Eclipse IDE
by Copying Process XML from Process configuration source and paste in Process source of other project.
Every customization regarding Workitems , workflows etc will be there same as old project.
by Copying Process XML from Process configuration source and paste in Process source of other project.
Every customization regarding Workitems , workflows etc will be there same as old project.
Comments
1 vote