Skip to main content
PATCH
Update ITSM Ticket by ID

Authorizations

X-API-KEY
string
header
required
X-CONNECTION-ID
string
header
required

Path Parameters

ticket_id
string<uuid>
required

Body

application/json
assigned_user_id
string<uuid> | null

User ID assigned to the Ticket

comments
string | null

Public-facing comments visible to end users. ServiceNow: maps to 'comments'. Ignored for Jira.

description
string | null

Description of the Ticket

name
string | null

Name/Title of the Ticket

priority
string | null

Priority of the Ticket

resolution_notes
string | null

Detailed explanation of resolution. ServiceNow: maps to 'close_notes'. Ignored for Jira.

resolution_reason
string | null

Category/reason for resolution. ServiceNow: maps to 'close_code'. Ignored for Jira.

status
string | null

Status of the Ticket

status_change_reason
string | null

Reason for a status change (e.g. reason for putting on hold). ServiceNow: maps to 'hold_reason'. Ignored for Jira.

work_notes
string | null

Internal work notes visible only to agents. ServiceNow: maps to 'work_notes'. Ignored for Jira.

Response

Successful Response

id
string<uuid>
required

Leen's UUID for the Ticket

name
string
required

Name of the Ticket

status
string
required

Status of the Ticket

vendor_attributes
ITSM Ticket Vendor Attributes · object
required

Vendor-specific attributes of the Ticket

active
boolean | null

Whether the Ticket is active

assigned_user_id
string<uuid> | null

User ID assigned to the Ticket

closed_at
string<date-time> | null

Closing time of the Ticket

created_by_user_id
string<uuid> | null

User ID who created the Ticket

description
string | null

Description of the Ticket

due_date
string<date-time> | null

Due date of the Ticket

identifier
string | null

User-provided tracking identifier for the Ticket

parent_ticket_id
string<uuid> | null

Parent Ticket ID (for sub-tasks)

priority
string | null

Priority of the Ticket

project_id
string<uuid> | null

Project ID the Ticket belongs to

status_updated_at
string<date-time> | null

Last status update time

tags
string[] | null

Tags associated with the Ticket

ticket_created_at
string<date-time> | null

Creation time of the Ticket in the vendor system

type
string | null

Type of the Ticket (e.g., Epic, Story, Task, Bug)

type_id
string | null

Vendor-specific type ID (e.g., Jira issue type ID)

url
string | null

URL of the Ticket