/
getProjectRoleIdByName
getProjectRoleIdByName
Description
Retrieves the id for the project role with the given name.
Parameters
Return Type
Number
The return value is a number representing the project role id.
Example
Project role with id "10200" has the name "programmers".
return getProjectRoleIdByName("programmers");
Result: 10200
See also
, multiple selections available,
Related content
getProjectRoleIdByName
getProjectRoleIdByName
More like this
getProjectRoles
getProjectRoles
More like this
getProjectRoleList
getProjectRoleList
More like this
isUserInRole
isUserInRole
More like this
userRoles
userRoles
More like this
userRoles
userRoles
More like this