Skip to main content
Pipeline name for Sync configuration: tickets To download attached files and comments for a ticket, use the id property to request Download Content.
id
string
required

Unique identifier for the record in Paragon.

externalId
string
required

The ID of the ticket in the origin system.

title
string
required
status
object
required
priority
enum<string>
required

The priority of the ticket. For custom priorities lower than these levels, 'low' is used.

Available options:
low,
normal,
high,
urgent
type
string
required

The name of the ticket type as used in the origin system.

assignees
object[]
required

A list of users that are assignees to the ticket.

originalRecord
object
required

The original ticket as synced from the API, without any normalization applied.

description
string

The body of the original ticket, normalized from domain-specific formats (e.g. HTML or ADF) to Markdown.

createdBy
object

The user that originally created this ticket.

tags
string[]

A list of tag names that were applied to this ticket.

dueAt
string<date-time>

ISO timestamp of the due date of this ticket.

resolvedAt
string<date-time>

ISO timestamp of the resolution date of this ticket.

externalUrl
string

A link reference to this ticket in the origin system.

project
object

For Project Management integrations, the project where this ticket was created.

I