Enums§
- AddActor
Users Error - struct for typed errors of method
add_actor_users
- AddProject
Role Actors ToRole Error - struct for typed errors of method
add_project_role_actors_to_role
- Delete
Actor Error - struct for typed errors of method
delete_actor
- Delete
Project Role Actors From Role Error - struct for typed errors of method
delete_project_role_actors_from_role
- GetProject
Role Actors ForRole Error - struct for typed errors of method
get_project_role_actors_for_role
- SetActors
Error - 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.