Module project_role_actors_api

Source

Enums§

AddActorUsersError
struct for typed errors of method add_actor_users
AddProjectRoleActorsToRoleError
struct for typed errors of method add_project_role_actors_to_role
DeleteActorError
struct for typed errors of method delete_actor
DeleteProjectRoleActorsFromRoleError
struct for typed errors of method delete_project_role_actors_from_role
GetProjectRoleActorsForRoleError
struct for typed errors of method get_project_role_actors_for_role
SetActorsError
struct for typed errors of method set_actors

Functions§

add_actor_users
Adds actors to a project role for the project. To replace all actors for the project, use Set actors for project role. This operation can be accessed anonymously. Permissions required: Administer Projects project permission for the project or Administer Jira global permission.
add_project_role_actors_to_role
Adds default actors to a role. You may add groups or users, but you cannot add groups and users in the same request. Changing a project role’s default actors does not affect project role members for projects already created. Permissions required: Administer Jira global permission.
delete_actor
Deletes actors from a project role for the project. To remove default actors from the project role, use Delete default actors from project role. This operation can be accessed anonymously. Permissions required: Administer Projects project permission for the project or Administer Jira global permission.
delete_project_role_actors_from_role
Deletes the default actors from a project role. You may delete a group or user, but you cannot delete a group and a user in the same request. Changing a project role’s default actors does not affect project role members for projects already created. Permissions required: Administer Jira global permission.
get_project_role_actors_for_role
Returns the default actors for the project role. Permissions required: Administer Jira global permission.
set_actors
Sets the actors for a project role for a project, replacing all existing actors. To add actors to the project without overwriting the existing list, use Add actors to project role. Permissions required: Administer Projects project permission for the project or Administer Jira global permission.