Skip to end of banner
Go to start of banner

admRemoveGroup

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

« Previous Version 3 Current »

Description

Removes a group from Jira.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

admRemoveGroup("Group1","Group2");

Result: "Group1" will be removed from Jira and "Group2" is used to change comment and worklog visibility to.

This method will remove the group from any notifications schemes, any associated permissions, and any associated project roles. This method will also update any comments and work-logs that have visibility restrictions set to the current group such that their restrictions will be changed to the swapGroup.

See also

  • No labels