The Ticket object
The Ticket object is used to represent a ticket, issue, task or case.
id
remote_id
The third-party API ID of the matching object.
created_at
The datetime that this object was created by Merge.
modified_at
The datetime that this object was modified by Merge.
name
The ticket's name.
assignees
The individual `Users` who are assigned to this ticket. This does not include `Users` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access the ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
assigned_teams
The `Teams` that are assigned to this ticket. This does not include `Teams` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access this ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list).
creator
The user who created this ticket.
due_date
The ticket's due date.
status
The current status of the ticket.
* `OPEN` - OPEN
* `CLOSED` - CLOSED
* `IN_PROGRESS` - IN_PROGRESS
* `ON_HOLD` - ON_HOLD
Allowed values:
description
The ticket’s description. HTML version of description is mapped if supported by the third-party platform.
collections
The `Collections` that this `Ticket` is included in.
ticket_type
The sub category of the ticket within the 3rd party system. Examples include incident, task, subtask or to-do.
account
The account associated with the ticket.
contact
The contact associated with the ticket.
parent_ticket
The ticket's parent ticket.
attachments
access_level
The description of who is able to access a given ticket, or where access is inherited from.
* `COMPANY` - COMPANY
* `PUBLIC` - PUBLIC
* `PRIVATE` - PRIVATE
* `COLLECTION` - COLLECTION
Allowed values:
permissions
roles
ticket_url
The 3rd party url of the Ticket.
priority
The priority or urgency of the Ticket.
* `URGENT` - URGENT
* `HIGH` - HIGH
* `NORMAL` - NORMAL
* `LOW` - LOW
Allowed values:
remote_created_at
When the third party's ticket was created.
remote_updated_at
When the third party's ticket was updated.
completed_at
When the ticket was completed.
remote_was_deleted
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
field_mappings
remote_data
remote_fields