How to copy team areas in RTC to different project area?
Hi,
We have a requirement of copying team areas of RTC. There are many people working on 2 projects with same role.
Is there any way we can copy team area from one project to another project area? This will reduce the work of creating teams, adding users and giving roles every time.
RTC v 6.0.1
We have a requirement of copying team areas of RTC. There are many people working on 2 projects with same role.
Is there any way we can copy team area from one project to another project area? This will reduce the work of creating teams, adding users and giving roles every time.
RTC v 6.0.1
Accepted answer
One other answer
Ralph,Can you please give more information about which part of Plain Java client libraries we can use in this case?
Comments
The snippets that come with the plain Java Client Libraries come with an example how to create project and team areas. Some more examples are here: https://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/
Other than that it is
com.ibm.team.process.common
com.ibm.team.process.client
com.ibm.team.repository.common
com.ibm.team.repository.client
I think there is no example creating a Team area, but the SDK has unit tests that you can look into.