Record
ticket
No description available.
record ticket {
attachments: option<list<string>>,
closable: option<bool>,
closed: option<string>,
description: option<string>,
entity: option<ticket-entity>,
gravatar-id: option<string>,
id: option<s32>,
opened: option<string>,
opened-by: option<string>,
status: option<ticket-status-enum>,
summary: option<string>,
updated: option<string>,
updated-by: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| attachments | option<list<string>> | |
| closable | option<bool> | |
| closed | option<string> | |
| description | option<string> | |
| entity | option<ticket-entity> | |
| gravatar-id | option<string> | |
| id | option<s32> | |
| opened | option<string> | |
| opened-by | option<string> | |
| status | option<ticket-status-enum> | |
| summary | option<string> | |
| updated | option<string> | |
| updated-by | option<string> |