NAME
JIRA::API::ActorsMap -
SYNOPSIS
my $obj = JIRA::API::ActorsMap->new();
...
PROPERTIES
group
The name of the group to add. This parameter cannot be used with the `groupId` parameter. As a group's name can change, use of `groupId` is recommended.
groupId
The ID of the group to add. This parameter cannot be used with the `group` parameter.
user
The user account ID of the user to add.