Skip to end of banner
Go to start of banner

Copy of removeGroupFromProjectRole

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Availability

This routine is available starting with katl-commons 3.0.8.

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

Syntax

removeGroupFromProjectRole(group, project, role)

Description

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

Parameters

Parameter name

Type

Required

Description

GroupStringYesGroup 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

removeGroupFromProjectRole("dev-group, "TEST", "Developers");


See also

  • No labels