v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
Projects

Update Ownership Configuration for a Project

Updates ownership configurations for a project. Note that only the attributes submitted are modified.

put/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

project_id_or_slugstring required

The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.

Request body

rawstring

Raw input for ownership configuration. See the Ownership Rules Documentation to learn more.

fallthroughboolean

A boolean determining who to assign ownership to when an ownership rule has no match. If set to True, all project members are made owners. Otherwise, no owners are set.

autoAssignmentstring

Auto-assignment settings. The available options are:

  • Auto Assign to Issue Owner
  • Auto Assign to Suspect Commits
  • Turn off Auto-Assignment
codeownersAutoSyncboolean

Set to True to sync issue owners with CODEOWNERS updates in a release.

Response

rawstring required
fallthroughboolean required
dateCreatedstring date-time required
lastUpdatedstring date-time required
isActiveboolean required
autoAssignmentstring required
codeownersAutoSyncboolean required