Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Warning

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 !


Info
titleAvailability

This routine is available starting with SIL Engine™ 2.5.16 forJira 5.x / 2.6.8 forJira 6.

Syntax

admRemoveUserFromGroup(user, group)

Alias

removeUserFromGroup(user, group)

Description

Excerpt

Removes a single user from a group if the user is in that group.

Parameters

Parameter name

Type

Required

Description

UserStringYesUsername or userkey.

Group

String

Yes

Name of the group.

Return type

boolean

Returns "true" if operation succeeded.

Example

Code Block
admRemoveUserFromGroup("user.3", "Senior Developers");

Notes

Note

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

See also

Filter by label (Content by label)
showLabelsfalse
max150
showSpacefalse
cqllabel in ( "jira_group_routine" , "jira_user_routine" )
labelsjira_group_routine jira_user_routine