Team Management from command line
![]()
Is this possible? Either a repoTools command or a scm command that would allow an admin to put people on a team? Having to manage the teams inside RTC is an extra burden that would be nice to automate, as users have to be in multiple teams to see shared code.
|
2 answers
![]()
Repotools works on the repository, not the project. SCM command works on source control, not the project. You may try to use RTC REST API if you think about coding. Something similar to this.
https://jazz.net/forum/questions/118838/how-can-i-get-the-list-of-users-in-a-project-area-using-oslc-in-rtc I have not tried to PUT or POST against these resource URI though. |