Skip to main content
Version: 2.0.0

Create User Queries

A user query can be created in several ways:

Via the Self-Service Portal

note

Creating user queries via the self-service portal is only available to the users specified in the Employee (employee) table. For other users, the Save button on the user query portal form is inactive.

On the Self-Service Portal, you can create a user query both manually and via the AI Assistant if it is configured.

Create a user query manually


To create a user query, complete these steps:

  1. Navigate to your Self-Service Portal and click the Ask a question card.
    • If the Chat with AI Assistant is configured, click the AI Assistant card, and then Open query form in the upper-right corner of the page.
  2. Fill in the form fields.
  3. Click Save to send the query.
info

User queries can also be created from the known error portal view.

User Query form fields

The user query Number has the INQXXXXXXX format and is populated automatically.

FieldMandatoryDescription
CallerYThis field contains the originator of the user query. This field is populated automatically and is hidden on the Self-Service Portal form.
UrgencyYSpecify the urgency of the issue. Typically, it is evaluated based on the time remaining until the issue impacts the business. For more information, see the Priority Matrix article.
SubjectYAdd a brief description of the issue. If the subject length is over 100 characters, the characters exceeding this limit will be cut off.
DescriptionNAdd a detailed description of the issue.

You can also contact the service desk by phone if their question is urgent. The phone number displayed on the page is specified in the itsm.notification.contact.phone system property.

You can attach some files by using the attachment window. To add files, drag them to the attachment window, or click Upload from your device and select them on your device.

Create a user query via the AI Assistant


The AI Assistant offers to generate a user query if:

  • it categorized the user's message as a query and did not find any relevant information among the articles and announcements existing in the system.
  • it provided the user with the relevant information, but the user replied that it did not resolve their issue.
  • it could not categorize the user's message as it did not find any relevant records among the articles, announcements, service requests, and known errors existing in the system.

The user can also request the AI Assistant to create a query to the service desk.

The AI Assistant fills out the query's Subject, Description, and Urgency based on the chat context, including the user's replies to its additional questions. Before the form is sent, all of its fields can be edited. After the query is processed by the agent, a link to the recategorized ticket appears in the chat, and the chat closes. If the agent cancels the ticket by moving it into the Dropped state, the chat does not close, allowing the user to continue interacting with the AI Assistant to resolve their issue.

Track user query


After saving the form, you get a message that your query has been received:

The message states a period of time required to process the query. The system administrator can change the response time value by editing translations of the source message located at {Instance URL}/record/source_message/168672734718023981. The message also displays the email address of the caller as well as the service desk phone number specified in the itsm.notification.contact.phone system property.

The Chat with AI Assistant also displays a message that the ticket is being processed. The system administrator can change the displayed processing time by editing the translations of the source message located at {Instance URL}/record/source_message/176398657202507782.

Processing message

After the form is saved, a record is created in the User Query (itsm_inquiry) table. At this time, the newly created user query is waiting to be processed by a service desk agent.

Processing the user query implies classifying it as another record type. If the query was classified as a service request or incident, the user can view it on the portal via the Activities menu → Tickets.

Via the agent interface

tip

Role required: ITSM_agent.

To create a user query, complete these steps:

  1. Navigate to User QueriesAll User Queries.
  2. Click New to add a record for a new user query and fill in the fields.
  3. Click Save or Save and exit to apply the changes.
User Query form fields

The user query Number has the INQXXXXXXX format and is populated automatically.

FieldMandatoryDescription
CallerYThis field contains the originator of the user query. It references the User (user) table.
Contact typeYDefine the source from which the request is received. Available options:
  • Phone
  • Email
  • Self-service
Related ticketNThe field displays the related tickets affected by the user query.

The user query is automatically connected to a related record and displayed on its form.

The field is displayed when the value of the itsm_inquiry.enable_multiple_related_entities property is false and the related ticket is created.

Related ticketsNThe field displays all related tickets affected by the user query.

The user query is automatically connected to related records and displayed on their forms.

The field is displayed when the value of the itsm_inquiry.enable_multiple_related_entities property is true and at least one related ticket is created.

SubjectYAdd a brief description of the issue.
DescriptionNAdd a detailed description of the issue.
StateYThis field displays the work state. Available states:
  • Unprocessed
  • Processed
  • Dropped
UrgencyYSpecify the urgency of the issue. Typically, it is evaluated based on the time remaining until the issue impacts the business. For more information, see the Priority Matrix article.