admAddUserToGroup
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 SIL Engine™ 2.5.16 for Jira 5.x / 2.6.8 for Jira 6.
Syntax
admAddUserToGroup(user, group)
Alias
addUserToGroup(user, group)
Description
Adds a single user to a group if the user is not already in that group.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
User | String | Yes | Username or userkey. |
Group | String | Yes | Group name. |
Return type
boolean
Returns "true" if operation succeeded.
Example
admAddUserToGroup("user.3", "Senior Developers");
Notes
The look-up is first made after the userkey, then after the username.
See also