/
admAddUserToProjectRole
admAddUserToProjectRole
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with katl-commons 2.5.15 for Jira 5.x / 2.6.7 for Jira 6.
This routine is available for Jira server and cloud deployment options.
Syntax
admAddUserToProjectRole(user, project, role)
Alias
addUserToProjectRole(user, project, role)
Description
Adds a single user to a project role if the user is not already in that role.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
User | String | Yes | Username or userkey. |
Project key | String | Yes | Key of the selected project. |
Role name | String | Yes | Name of the role to add the user to. |
Return type
boolean starting with 2.5.16 / 2.6.8.
Returns "true" if operation succeeded.
Example
admAddUserToProjectRole("user.3", "TEST", "Developers");
Notes
The look-up is first made after the userkey, then after the username.
See also
Related content
admAddGroupToProjectRole
admAddGroupToProjectRole
More like this
admAddUserToProjectRole
admAddUserToProjectRole
More like this
admAddUserToProjectRole
admAddUserToProjectRole
More like this
admRemoveUserFromProjectRole
admRemoveUserFromProjectRole
More like this
usersInRole
usersInRole
More like this
How to add a user to a project role using Run CLI Actions in Jira
How to add a user to a project role using Run CLI Actions in Jira
More like this