RTC Project Export/Import
Is it possible in RTC to export the configuration of One project and import it in another?
Whether All the work flows of Project A can be exported and the same can be Imported in Project B.. |
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 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. Comments 1
sam detweiler
commented May 20 '15, 8:04 a.m.
this is dangerous. this copies EVERYTHING and OVERLAYS whatever was there.
Geoffrey Clemm
commented May 20 '15, 10:51 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I agree with Sam's points about the inherent limitations of replacing the XML (for one thing, the XML does not contain the attachments, and those are usually needed as well). But note that the history of all XML versions saved to a project area is kept on the server, so it should be easy for you to "restore" any previous XML.
sam detweiler
commented May 21 '15, 7:46 a.m.
Except for the data that is changed because of he XML change.. there is no way to fix that (fields added, etc)
The history of the XML is stored on the server and available using the Show History in the project area editor.
Geoffrey Clemm
commented May 21 '15, 6:28 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I assume by "data that is changed because of the XML change", Sam is referring to subsequent explicit changes to work items (i.e. after the new XML is saved), which will be based on the new XML. Reverting back the XML does not have any effect on those work items, so they might refer to properties or states that do not appear in the original XML. But if no changes are made to any work items while the new XML is in place, you can restore the previous XML, and things should now work exactly as they did before you updated the XML.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.