Function create_project_role

Source
pub async fn create_project_role(
    configuration: &Configuration,
    create_update_role_request_bean: CreateUpdateRoleRequestBean,
) -> Result<ProjectRole, Error<CreateProjectRoleError>>
Expand description

Creates a new project role with no default actors. You can use the Add default actors to project role operation to add default actors to the project role after creating it. Note that although a new project role is available to all projects upon creation, any default actors that are associated with the project role are not added to projects that existed prior to the role being created.< Permissions required: Administer Jira global permission.