It's all about the answers!

Ask a question

How to copy team areas in RTC to different project area?


0
1
Shuchita Tripathi (31436294) | asked Jul 26 '16, 7:44 a.m.
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

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Jul 26 '16, 8:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
 There is nothing built into RTC. You can create your own automation e.g using the plain Java client libraries.
Shuchita Tripathi selected this answer as the correct answer

One other answer



permanent link
Daisy Huang (42414) | answered Dec 19 '18, 2:14 a.m.

 Ralph,Can you please give more information about which part of Plain Java client libraries we can use in this case?


Comments
Ralph Schoon commented Dec 19 '18, 2:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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

 


Ralph Schoon commented Dec 19 '18, 2:37 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I think there is no example creating a Team area, but the SDK has unit tests that you can look into. 


Your answer


Register or to post 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.