Skip to end of banner
Go to start of banner

admCreateGroup

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 »

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8? Click here and leave these dusty old pages behind!

Availability

This routine is available starting with SIL Engine™ 4.5.6.

Syntax

admCreateGroup(groupName)

Alias

createGroup(groupName)

Description

Create a single group to a project role if the group does not already exist.

Parameters

Parameter name

Type

Required

Description

Group nameStringYesThe name that describes the group.

Return type

boolean

Returns "true" if operation succeeded.

Example 

admCreateGroup("Test");

Result: A new group "Test" will be created.

See also

  • No labels