Can I copy a work item definition in an external process
What I would like to be able to do is to reuse a workitem and workflow defined in a project process, export it and import it into another project. The possible difference with respect to other questions is that it would not be a copy within the same RTC installation, but into another RTC installation, in a different machine.
Is it possible to save / export the definition or do I have to create it again
Thanks in advance.
Bruno
One answer
The information is stored in the process XML which you can see in the process configuration source. Although it is technically possible to copy information from that over, the information is not located in just lone location but spread across several XML entries and might depend on ID's defined somewhere else. We don't suggest people doing that, you can get into trouble if you are not experienced.
If you are interested in governing the process over all have a look at https://jazz.net/wiki/bin/view/Deployment/SetupProjects and https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals and look for process sharing, which might be something you want to know about.
If you are interested in governing the process over all have a look at https://jazz.net/wiki/bin/view/Deployment/SetupProjects and https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals and look for process sharing, which might be something you want to know about.