Resource: Issue
Metadata of an Issue.
JSON representation |
---|
{
"name": string,
"title": string,
"body": string,
"state": enum ( |
Fields | |
---|---|
name |
Identifier. Unique identifier for an issue. The issue id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id} |
title |
Required. Issue title. |
body |
Optional. Issue body. Provides a detailed description of the issue. |
state |
Output only. State of the issue. |
createTime |
Output only. Creation timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last updated timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
closeTime |
Output only. Close timestamp (if closed). Cleared when is re-opened. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
etag |
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. |
State
Possible states of an issue.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified. |
OPEN |
An open issue. |
CLOSED |
A closed issue. |
Methods |
|
---|---|
|
Closes an issue. |
|
Creates an issue. |
|
Deletes an issue. |
|
Gets an issue. |
|
Lists issues in a repository. |
|
Opens an issue. |
|
Updates a issue. |