Resource: Ticket
Represents a ticket used for tracking partner operational issues.
| JSON representation |
|---|
{ "name": string, "description": string, "priority": enum ( |
| Fields | |
|---|---|
name |
Identifier. ID of the ticket. Format: |
description |
Required. Immutable. Description of the ticket. |
priority |
Required. Priority of the ticket. |
state |
Optional. Status of the ticket. |
createTime |
Output only. Time the ticket 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: |
updateTime |
Output only. Time the ticket was last updated. 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: |
resolveTime |
Output only. Time the ticket was resolved. 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: |
subject |
Required. Immutable. Subject of the ticket. |
circuitIds[] |
Optional. Immutable. Circuit IDs which are associated with this ticket. |
Priority
Priority of the ticket.
These priorities are mapped to priority of Support Ticket: google3/net/bandaid/loveshack/ticketing/ticketing.proto;l=687
| Enums | |
|---|---|
PRIORITY_UNSPECIFIED |
Unspecified priority. |
PRIORITY_P3 |
P3 priority (lowest priority). |
PRIORITY_P2 |
P2 priority. |
PRIORITY_P1 |
P1 priority. |
PRIORITY_P0 |
P0 priority (highest priority). |
State
State of the ticket.
These states are mapped to status of Support Ticket: google3/net/bandaid/loveshack/ticketing/ticketing.proto;l=649
| Enums | |
|---|---|
STATE_UNSPECIFIED |
Unspecified status. |
NEW |
New status. |
IN_PROGRESS |
In progress status. |
RESOLVED |
Resolved status. |
CANCELLED |
Cancelled status. |
Methods |
|
|---|---|
|
Creates a new Support Ticket. |
|
Gets a Support Ticket. |
|
Lists Support Tickets. |
|
Updates a Support Ticket. |