Versions Compared

Key

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

...

Info
titleAvailability

This routine is available starting with katl-commons 3.0.8.

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

Syntax

admAddGroupToProjectRole(group, project, role)

Alias

addGroupToProjectRole(group, project, role)

Description

Excerpt

Adds a single group to a project role if the group is not already 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

Code Block
addGroupToProjectRoleadmAddGroupToProjectRole("dev-group", "TEST", "Developers");


See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_role_routine"
labelsjira_role_routine

...