v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-133566112.5 KB
projects

Creates an issue.

post/v1/{+parent}/issues

Path parameters

parentstring required

Required. The repository in which to create the issue. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}

Request body

updateTimestring google-datetime

Output only. Last updated timestamp.

etagstring

Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

namestring

Identifier. Unique identifier for an issue. The issue id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}

state'STATE_UNSPECIFIED' | 'OPEN' | 'CLOSED'

Output only. State of the issue.

bodystring

Optional. Issue body. Provides a detailed description of the issue.

titlestring

Required. Issue title.

createTimestring google-datetime

Output only. Creation timestamp.

closeTimestring google-datetime

Output only. Close timestamp (if closed). Cleared when is re-opened.

Response

Successful response