A ticket event represents a state change within an issue-tracking system lifecycle.
Supported request
Get a list of ticket events: https://flow.pluralsight.com/v3/customer/core/ticket_events/
Fields
Name | Type | Description |
---|---|---|
id | double | Unique identifier for a ticket event. |
user_alias2_id | double | Unique identifier for a secondary user alias associated with a ticket event. |
user_alias_id | double | Unique identifier assigned to an user alias. |
created_at | string | Date and time a ticket event was created. |
params | string | Parameters for a ticket event. |
ticket_id | double | Unique identifier for a ticket. |
to_state | string | Current state of a ticket event: N/A, Defined, In-Progress, Completed, or Accepted. |
vendor | string | Name of the issue-tracking system. |