Resource: Note
Developer notes for an issue.
| JSON representation |
|---|
{ "name": string, "createTime": string, "author": string, "body": string } |
| Fields | |
|---|---|
name |
Output only. Identifier. Format: "projects/{project}/apps/app/issues/{issue}/notes/{note}". |
createTime |
Output only. Time when the note was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
author |
Output only. The email of the author of the note. |
body |
Immutable. The body of the note. |
Methods |
|
|---|---|
|
Create a new note for an issue. |
|
Delete a note by its name. |
|
List all notes for a certain issue, sorted in descending order by timestamp. |