{
"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>"
}
}Adds a comment to an issue. Permissions required: bb.issueComments.create
{
"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>"
}
}A comment on an issue.
Format: projects/{project}/issues/{issue}/issueComments/{issueComment-uid}
The text content of the comment.
TODO: use struct message instead.
Issue update event.
Show child attributes
ISSUE_STATUS_UNSPECIFIED, OPEN, DONE, CANCELED ISSUE_STATUS_UNSPECIFIED, OPEN, DONE, CANCELED Task update event.
Show child attributes
The tasks that were updated.
Format: projects/{project}/sheets/{sheet}
Format: projects/{project}/sheets/{sheet}
STATUS_UNSPECIFIED, PENDING, RUNNING, DONE, FAILED, SKIPPED, CANCELED Task prior backup event.
Show child attributes
The task for which backup was performed.
The original line number in the statement.
The database that was backed up.
Error message if backup failed.
OK
A comment on an issue.
Format: projects/{project}/issues/{issue}/issueComments/{issueComment-uid}
The text content of the comment.
TODO: use struct message instead.
Format: users/{email}
Issue update event.
Show child attributes
ISSUE_STATUS_UNSPECIFIED, OPEN, DONE, CANCELED ISSUE_STATUS_UNSPECIFIED, OPEN, DONE, CANCELED Task update event.
Show child attributes
The tasks that were updated.
Format: projects/{project}/sheets/{sheet}
Format: projects/{project}/sheets/{sheet}
STATUS_UNSPECIFIED, PENDING, RUNNING, DONE, FAILED, SKIPPED, CANCELED Task prior backup event.
Show child attributes
The task for which backup was performed.
The original line number in the statement.
The database that was backed up.
Error message if backup failed.
Was this page helpful?