/
admAddGroupToProjectRole
admAddGroupToProjectRole
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 3.0.8.
This routine is available for Jira server and cloud deployment options.
Syntax
admAddGroupToProjectRole(group, project, role)
Alias
addGroupToProjectRole(group, project, role)
Description
Adds a single group to a project role if the group is not already in that role.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
Group | String | Yes | Group name. |
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
Returns "true" if operation succeeded.
Example
admAddGroupToProjectRole("dev-group", "TEST", "Developers");
See also
Ā
Related content
admAddUserToProjectRole
admAddUserToProjectRole
More like this
admCreateGroup
admCreateGroup
More like this
admAddUserToGroup
admAddUserToGroup
More like this
admRemoveGroupFromProjectRole
admRemoveGroupFromProjectRole
More like this
admAddGroupToProjectRole
admAddGroupToProjectRole
More like this
admAddGroupToProjectRole
admAddGroupToProjectRole
More like this