--- title: Ticketing and Concierge Configuration Overview excerpt: '' deprecated: false hidden: false metadata: title: '' description: '' robots: index next: description: '' --- This section provides a high level overview of configuring Moveworks Concierge, as well as important foundational terminology to understand before diving into the configuration. Terms such as Ticket Type, Ticket Destination, Domain, Prefix, Table Name, Service Desk ID, Ticket Mapping, Ticket Routing, and Ticket Workflow are technical concepts that are required to be familiar with before starting the ticketing configuration. Familiarity with these terms will help you follow the rest of the guide and configure effectively. ## Key Terminology
| Term | Definition |
|---|---|
| **Ticket Type** | A ticket type is a classification or category—such as INCIDENT, REQUEST, or HR CASE—that defines the nature and workflow of a ticket and mapping to a specific system record. * **INCIDENT** - This type of ticket refers to an unexpected issue or disruption that you're facing with a service or product, which needs to be fixed to restore normal operation. * **REQUEST** - This is a type of ticket you would create when you need a specific service or product from the support team. It could be anything from a new software installation to a request for information. * **REQUEST_ITEM** -This specific type of ticket refers to a request for a particular item, like a piece of hardware or software. It's typically used when you're asking for something tangible or downloadable. * **CALL** - This ticket is used to document a telephone call with the support team. In this scenario, you've probably reported an issue or made a request over the phone, and this ticket keeps track of that interaction. * **TASK** - This type of ticket represents a specific task that the support team needs to carry out to resolve an issue or fulfill a service request. * **MISC** - This type of ticket is used for situations that don't fit into other categories. If you've got a unique or uncommon issue, it's likely it would be categorized under this ticket type. * **UNIVERSAL_REQUEST** - This type of ticket is used when making a broad request that might involve multiple departments or aspects of the support team's service. It's a way to organize complex requests that can't be covered in a standard request ticket. * **HR_CASE** - Map your HR related ticketing destinations into this ticket type |
| **Ticket Destination** | The logical container or structure within your external ticketing system where tickets are created and managed e.g., the table`incident`in ServiceNow and `IssueType`in Jira |
| **Domain** | A domain in Moveworks refers to a high-level category—like IT, HR, or FACILITIES—used to route employee requests to the appropriate support area or team. This classification ensures that a particular ticket is handled efficiently by the right department or function (e.g., `IT_DOMAIN`, `HR_DOMAIN`). Read more on [Domains](/docs/domain-definitions-assistant) |
| **Prefix** | A unique identifier added at the beginning of a ticket reference for clear categorization and easy tracking e.g., "IT" for`IT-12345` in Jira or "INC" for `INC018320122` in ServiceNow |
| **Table Name** | Name of the external ticketing system table storing the ticket e.g., the table`incident`in ServiceNow and `IssueType`in Jira This value is usually the same as the **Ticket Destination** as shown above |
| **Service Desk ID** | ID for a project/service desk in systems like Jira. |
| **Ticket Mapping** | Setup that connects Moveworks to your ticketing system and defines actions like create/update. |
| **Ticket Routing** | Logic that determines which workflow to use based on context. |
| **Ticket Workflow** | Ticket workflows are sequence of steps Moveworks executes for a ticketing action. The system provides predefined default workflows for standard ticket actions, detailed as follows: * :one: **Create Ticket Workflow:** This workflow initiates when a new ticket is generated by the AI Assistant, establishing the foundation for ticket creation in the **Ticket Destination** and determining which fields will be populated.. * :two: **Query Ticket workflow :** This workflow runs when an end user requests details for a specific ticket or their most recent tickets. * :three: **Update Ticket Workflow:** This workflow permits modifications to existing tickets, such as status changes and adding end user comments * :four: **Resolve Ticket Workflow:** This workflow plans how the ticket is resolved. It guides the process to ensure the issue has been properly dealt with, documented, and resolved. * :five: **Reopen Ticket Workflow:** This is activated when a previously resolved or closed ticket needs to be reexamined. The procedure ensures the ticket receives proper attention for resolution |