Find Permissions Assigned to a Role using Client Side Java API
I am looking for a way to extract permission information about Project area roles and the team area roles.
Is there a way to find this out? If not a direct way? Then is there a way to retrieve the full project process configuration source in the API so that I may just parse it and get get this detail? Regards, Arun Batra |
Accepted answer
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
I haven't done this. You can try IProcessClientService.getClientProcess(projectArea,monitor).getPermittedActions(processArea, operationId, actions, monitor) and go ahead from there.