Function fully_update_project_role

Source
pub async fn fully_update_project_role(
    configuration: &Configuration,
    id: i64,
    create_update_role_request_bean: CreateUpdateRoleRequestBean,
) -> Result<ProjectRole, Error<FullyUpdateProjectRoleError>>
Expand description

Updates the project role’s name and description. You must include both a name and a description in the request. Permissions required: Administer Jira global permission.