Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes



2 answers

Permanent link
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.

1 vote


Permanent link
If you're referring to the Eclipse client when you say "inside RTC", you can also manage project membership/timelines/etc using the web UI. The web UI is available by:

1. go to your project's main dashboard (https://<your-server>/ccm/web/projects/<your-project-name>),
2. click the gear drop-down on the far right side of the page and select "Manage this project area"
3. scroll down to "Membership"

I only mention this because it's easy to miss the admin UI.

0 votes

Comments

Ah, sorry, I wasn't very clear. I see both ways to modify it in Eclipse and WebUI. I was looking for a way to do it programmatically from the command line. We have users created via LDAP and it would make sense for teams to be assigned when LDAP groups are assigned. 

I think Donald Nong has it with his answer: use our web APIs or plain java client. 

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,201
× 113

Question asked: Nov 24 '14, 2:43 p.m.

Question was seen: 4,460 times

Last updated: Nov 25 '14, 9:18 a.m.

Confirmation Cancel Confirm