GET
/
v1
/
projects
/
{project}
/
issues
/
{issue}
/
issueComments
{
  "issueComments": [
    {
      "name": "<string>",
      "comment": "<string>",
      "payload": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "updateTime": "2023-11-07T05:31:56Z",
      "creator": "<string>",
      "approval": {
        "status": "STATUS_UNSPECIFIED"
      },
      "issueUpdate": {
        "fromTitle": "<string>",
        "toTitle": "<string>",
        "fromDescription": "<string>",
        "toDescription": "<string>",
        "fromStatus": "ISSUE_STATUS_UNSPECIFIED",
        "toStatus": "ISSUE_STATUS_UNSPECIFIED",
        "fromLabels": [
          "<string>"
        ],
        "toLabels": [
          "<string>"
        ]
      },
      "stageEnd": {
        "stage": "<string>"
      },
      "taskUpdate": {
        "tasks": [
          "<string>"
        ],
        "fromSheet": "<string>",
        "toSheet": "<string>",
        "toStatus": "STATUS_UNSPECIFIED"
      },
      "taskPriorBackup": {
        "task": "<string>",
        "tables": [
          {
            "schema": "<string>",
            "table": "<string>"
          }
        ],
        "originalLine": 123,
        "database": "<string>",
        "error": "<string>"
      }
    }
  ],
  "nextPageToken": "<string>"
}

Path Parameters

project
string
required

The project id.

issue
string
required

The issue id.

Query Parameters

pageSize
integer

The maximum number of issue comments to return. The service may return fewer than this value. If unspecified, at most 10 issue comments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken
string

A page token, received from a previous ListIssueComments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListIssueComments must match the call that provided the page token.

Response

200
application/json

OK

The response is of type object.