/
getProjectRoles
getProjectRoles
Description
Returns a list of all project role names in Jira.
Return Type
String []
Example
for(string prname in getProjectRoles()) {
runnerLog("Project role: " + prname);
}
See also
Related content
usersInRole
usersInRole
More like this
Variable resolution
Variable resolution
Read with this
getProjectRoleIdByName
getProjectRoleIdByName
More like this
Predefined structure types reference
Predefined structure types reference
Read with this
getProjectRoleIdByName
getProjectRoleIdByName
More like this
Jira Administration Functions
Jira Administration Functions
Read with this