How to create access groups programmatically?
ast java (45●1●20●49)
| asked Jul 25 '16, 7:55 a.m.
retagged Aug 05 '16, 3:23 p.m. by Ken Tessier (841●1●7)
Hi Team,
Please let me know how to create access groups programmatically?
Thanks in advance.
|
Accepted answer
Java Client API code:
IAccessGroupClientService clientService = (IAccessGroupClientService) repo.getClientLibrary(IAccessGroupClientService.class);
//Add at least one IProjectArea, ITeamArea or IContributor
clientService.save(accessGroup, null); ast java selected this answer as the correct answer
|
One other answer
FYI, for more info. about access groups, see Using access groups to control access to artifacts.
Ken
|
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.
Comments
what is an 'access group'? I know team area and role..
access groups are new since 6.0.1
see https://jazz.net/forum/questions/222070/what-is-the-term-access-group-in-rtc-and-how-is-it-related-to-streamscomponents
Reply to: "access group are new since 6.0.1".