pub async fn projects_slash_create_for_org(
configuration: &Configuration,
org: &str,
projects_create_for_org_request: ProjectsCreateForOrgRequest,
) -> Result<Project, Error<ProjectsSlashCreateForOrgError>>
Expand description
Creates an organization project board. Returns a 410 Gone
status if projects are disabled in the organization or if the organization does not have existing classic projects. If you do not have sufficient privileges to perform this action, a 401 Unauthorized
or 410 Gone
status is returned.