Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


 A Data Extract is a file that contains the customer's service desk related data for on-premise reporting. This article lists a number of tables containing the list of entities. You can use these details to create new reports using your reporting tool.

...

NameDescriptionSystem Data TypeExtract Data Type
item_idIdentifier of the ticket-specific details from APP_ITEMBIGINTLong Integer (4)
case_idCase IDBIGINTLong Integer (4)
ticket_id

An ID identifying a ticket

BIGINTLong Integer (4)
ticket_status Status of the ticket (New/Queued/Closed) NVARCHAR(50)Memo (-)
ticket_reason_code Reason code for any action that is taken on the ticket which resulted in the state change. NVARCHAR(50)Memo (-)
modifieddatetext Last Modified Ticket Date in formatted value (DD/MM/YYYY) - -Date/Time (8)
createddatetextTicket Created Date - -Date/Time (8) 
modified_date Last Modified Ticket Date INTLong Integer (4)
ticket_priority Ticket Priority NVARCHAR (50)Memo (-) 
ticket_description Ticket Description NVARCHAR (256)Memo (-) 
created_by_group_name Group ID of the creator group of the ticket NVARCHAR (50)Memo (-) 
createdbyname  First name of the ticket creator ---Text
createdbyname  Last name of the ticket creator ---Text
createdbyname Name of the ticket creator ---Memo (-)
assigned_to_group_name Name of group to whom ticket is assigned. NVARCHAR (50)Memo (-) 
assignedtoindividual First name of the individual to whom ticket is assigned. NVARCHARText
assignedtoindividual Last name of the individual to whom ticket is assigned. 

assignedtoindividualName of individual to whom ticket is assigned. - -Memo (-) 
modified_by_group_name Last ticket modified group name. NVARCHAR (50)Memo (-) 
modifiedbynameFirst name of the person who modified the ticket. NVARCHAR
modifiedbynameLast name of the person who modified the ticket.  NVARCHAR
modifiedbyname Last ticket modified. - -Memo (-) 
person1_e_mail Requester's email. NVARCHAR (126) Memo (-)
requesterFirst name of the ticket requester.  NVARCHAR
requester Last name of the ticket requester. NVARCHAR
 requesterrequesterRequester's name. BIGINTMemo (-) 
 person1_job_titleRequester's job title. NVARCHAR (126)Memo (-) 
 person1_phone1Requester's phone number.NVARCHAR (50) Memo (-)
 person1_org_name Requester's organization name. NVARCHAR (50)Memo (-) 
 person1_hierarchical_pathRequester's organization hierarchical path NVARCHAR (4000)Memo (-)
 person2_e_mailEmail id of the ticket requested for. NVARCHARText
 requester2First name of the ticket requested for. NVARCHARText
 requester2Last name of the ticket requested for.   NVARCHARText
 requester2Name of the requested for.  NVARCHARText
 person2_job_titleJob title of the ticket requested for.  NVARCHARText
 person2_phone1Phone number of the ticket requested for.   NVARCHARText
 person2_org_nameRequested for organization name. NVARCHAR (50)Memo (-) 
 person2_hierarchical_pathRequested for organization hierarchical path. NVARCHAR (4000)Memo (-) 
ccti_id ccti_id identifies the categorization of the ticket. BIGINTLong Integer (4)
ccti_class CCTI Class NVARCHAR (50)Memo (-)
ccti_category CCTI Category NVARCHAR (50)Memo (-)
ccti_type The CCTI item type. NVARCHAR (50)Memo (-) 
ccti_item CCTI item NVARCHAR (50)Memo (-) 
 person1_alt_phonePhone no of the contact who is the requester of the ticket. NVARCHAR (50)Memo (-) 
 person1_alt_emailEmail of the contact who is the requester of the ticket. NVARCHAR (126)Memo (-) 
 ticket_solution_idIdentifier of the solution that is used to resolve this ticket. BIGINTLong Integer (4)
 person2_alt_phonePhone number of the requester for whom to contact for who is having the Issue/Requested on behalf of the contact for this ticket. NVARCHAR (50)Memo (-) 
 person2_alt_emailEmail address of the requester for whom to contact for who is having the Issue/Requested on behalf of the contact for this ticket. NVARCHAR (126)Memo (-) 
 resolutionTicket resolution. NVARCHAR (4000)Memo (-) 
cause Ticket cause. NVARCHAR (50)Memo (-) 
severity Severity specifies the ticket severity. NVARCHAR (50)Memo (-) 
ticket_phase The current lifecycle phase/stage of the service desk ticket. NVARCHAR (50)Memo (-) 
ticket_source Ticket source. NVARCHAR (50)Memo (-) 
ticket_impact Ticket impact.NVARCHAR (50) Text (255)
ticket_urgency Ticket urgency.NVARCHAR (50) Text (255)
archived_data  An indicator flag used to identify whether this is a historical record that is ready to be archived. INTEGER

...

Entity: DTX_Ticket_CI_Relationship

TICKET_CI_RELATIONSHIP refers to the Ticket to the CI relationship in your instance. The following details about the Ticket CI relationship are available in the extract.

NameDescriptionSystem Data TypeExtract Data Type
ci_id

The associated configuration item to the ticket.

BIGINTLong Integer (4)
item_idItem IDBIGINTLong Integer (4)
archived_dataAn indicator flag used to identify whether this is a historical record that is ready to be archived.INT

Entity: DTX_Ticket_Ticket_Relationship

TICKET_TICKET_RELATIONSHIP refers to the Ticket to the Ticket relationship in your instance. The following information about Ticket to ticket relationship is available in the extract.

NameDescriptionSystem Data TypeExtract Data Type
parent_item_idParent ticket IDBIGINTLong integer (4)
item_idItem IDBIGINTLong Integer (4)
archived_dataAn indicator flag used to identify whether this is a historical record that is ready to be archived.INT

...