How can I re-use a CLM Project?
For example, I know JKE Banking (MTM) project can be imported multiple times with different Project Names, is there any way for user to export a project and then re-use it in same and/or different CLM server?
If we want to implement it by our code, can we just reference how MTM Sample was doing?
If we want to implement it by our code, can we just reference how MTM Sample was doing?
Accepted answer
There is, as far as I can tell, no easy to use built in mechanism for this. There are enhancement requests for project copy and project move.
I believe Money That Matters uses internal and public API to populate the project areas. http://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/ shows how this can be done with RTC on a small scale.