Determine project area access control configuration via API
Hello,
I try to read the "Access control" configuration of a specific project area via API (Everyone, No one, Member of the project area hierarchy, etc...). There is a method "IProjectArea.getReadAccessList()" which gets me the list for the optional access list (so this API gets into this domain), but not more. |
Accepted answer
I don't believe there is a an exposed Java API to read the access list. You should be able to achieve your goals using the REST API. Please refer to the following page (section "Read Access List") for more information:
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi Best regards, -Vlad Stefan Hoffmann selected this answer as the correct answer
Comments
Stefan Hoffmann
commented Jan 22 '13, 1:42 a.m.
As I have written, the java API IProjectArea.getReadAccessList() gets the access list and allows modifications.
Since process sharing is exposed in the Eclipse Client, you should be able to locate the API using the Plug In Spy. See http://ryehle.wordpress.com/2011/11/21/finding-the-right-service-api-for-your-process-extension/ for a hint.
|
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.