Ticket

ticket

The Ticket object represents ticket in the customer's IT Service Management (ITSM) systems like ServiceNow, Jira, etc.

Attributes

CaptionNameTypeDescription
Raw Dataraw_dataJSON

Group:context
The event data as received from the event source.

Record IDrecord_idString

Group:primary
Unique identifier for the object

Source URLsrc_urlURL String

Entity:URL_STRING
The url of a ticket in the ticket system.

Ticket StatusstatusString

The status of the ticket normalized to the caption of the status_id value. In the case of 99, this value should as defined by the source.

Status Detailsstatus_detailsString[]

A list of contextual descriptions of the status, status_id values.

Ticket Status IDstatus_idInteger

The normalized identifier for the ticket status.

  • 1: New (NEW)
  • 2: In Progress (IN_PROGRESS)
  • 3: Notified (NOTIFIED)
  • 4: On Hold (ON_HOLD)
  • 5: Resolved (RESOLVED)
  • 6: Closed (CLOSED)
  • 7: Canceled (CANCELED)
  • 8: Reopened (REOPENED)
  • 0: Unknown (UNKNOWN)
  • 99: Other (OTHER)
TitletitleString

The title of the ticket.

Ticket TypetypeString

The linked ticket type determines whether the ticket is internal or in an external ticketing system.

Ticket Type IDtype_idInteger

The normalized identifier for the ticket type.

  • 0: Unknown (UNKNOWN)
  • 1: Internal (INTERNAL)
  • 2: External (EXTERNAL)
  • 99: Other (OTHER)
Unique IDuidString

Unique identifier of the ticket.

UnmappedunmappedUnmapped[]

Data from the source that was not mapped into the schema.

Relationships

Ticket shown in context

Inbound Relationships

These objects and events reference Ticket in their attributes:

Outbound Relationships

Ticket references the following objects and events in its attributes:

This page describes qdm-1.5.1+ocsf-1.6.0