admRemoveUserFromProjectRole

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 since SIL Engine™ 2.5.16 for Jira 5.x / 2.6.8 for Jira 6.

This routine is available for Jira server and cloud deployment options.

Syntax

admRemoveUserFromProjectRole(user, project, role)

Alias

removeUserFromProjectRole(user, project, role)

Description

Removes a single user from a project role if the user is in that role.

Parameters

Parameter name

Type

Required

Description

UserStringYesUsername 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

Returns "true" if operation succeeded.

Example

admRemoveUserFromProjectRole("user.3", "TEST", "Developers");

Notes

The look-up is first made after the userkey, then after the username.

See also