Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.09 KB

TicketRequest.md

File metadata and controls

23 lines (19 loc) · 1.09 KB

MergeTicketingApi.TicketRequest

Properties

Name Type Description Notes
remote_id String The third-party API ID of the matching object. [optional]
name String The ticket's name. [optional]
assignees [String] [optional]
due_date Date The ticket's due date. [optional]
status TicketStatusEnum The current status of the ticket. [optional]
description String The ticket's description. [optional]
project String [optional]
ticket_type String The ticket's type. [optional]
account String [optional]
contact String [optional]
parent_ticket String [optional]
attachments [String] [optional]
tags [String] [optional]
remote_created_at Date When the third party's ticket was created. [optional]
remote_updated_at Date When the third party's ticket was updated. [optional]