REST Resource: projects.apps.issues.notes

Resource: Note

Developer notes for an issue.

JSON representation
{
  "name": string,
  "createTime": string,
  "author": string,
  "body": string
}
Fields
name

string

Output only. Identifier. Format: "projects/{project}/apps/app/issues/{issue}/notes/{note}".

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

author

string

Output only. The email of the author of the note.

body

string

Immutable. The body of the note.

Methods

create

Create a new note for an issue.

delete

Delete a note by its name.

list

List all notes for a certain issue, sorted in descending order by timestamp.