/
projectsWithPermissionForUser
projectsWithPermissionForUser
Description
Retrieves the project keys where the given user has the given permission.
Parameters
Return Type
String[]
The return value is a string array containing all the project keys where the given user has the given permission.
Example
return projectsWithPermissionForUser("admin", "ADMINISTER_PROJECTS"));
Result: DEMO|ITSD|TST
See also
, multiple selections available,
Related content
projectsForUser
projectsForUser
More like this
projectMembers
projectMembers
More like this
projectMembers
projectMembers
More like this
usersInRole
usersInRole
More like this
admGetProjectPermissionScheme
admGetProjectPermissionScheme
More like this
admGetProjectPermissionScheme
admGetProjectPermissionScheme
More like this