You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

An inquiry is one of the core components that end-user face when communicating with the service desk department. Inquiries are used when the end-user cannot classify their issue type correctly, whether it is an incident or a service request.

Creating an inquiry 


You can create an inquiry in two ways:

via Portal


To create an inquiry, please complete the steps below:

  1. Navigate to your Self-Service Portal and click Ask a question.

     
  2. Fill in the fields.
  3. Click Save.

Inquiry form fields

FieldMandatoryDescription

Urgency

Y

Measure time until the inquiry impacts the business. Available options:

  1. Low
  2. Medium
  3. High
  4. Very High.
SubjectYBrief description of the inquiry.
DescriptionNDetailed description of the inquiry.

After this form is saved, a record is created in the Inquiries (itsm_inquiries) table. The newly created inquiry is still unprocessed and waiting to be processed by a service desk agent.

via agent interface


To create an inquiry, please perform the following steps:

  1. Navigate to Inquiries → All Inquiries.
  2. Click New and fill in the fields.
  3. Click Save or Save and Exit.

Inquiry form fields

FieldMandatoryDescription
NumberYInquiry number. This field has the INCXXXXXXX format. This field is populated automatically.
Contact TypeY

The source from which the request is received. Available options:

  • Phone
  • Email
  • Self-service.
CallerYThe originator of the inquiry.
CompanyNThe company to which the inquiry is related.
Related TicketsN

Related configuration items affected by the inquiry.

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

SubjectYBrief description of the inquiry.
DescriptionNDetailed description of the inquiry.
StateN

This field displays the work state and progress. Available states:

  • Unprocessed
  • Processed
  • Dropped.
UrgencyY

Measure time until the incident impacts the business. Available options:

  1. Low
  2. Medium
  3. High
  4. Very High.

Inquiry converting


Inquiries State Model

The newly created inquiry is in the Unprocessed state. If it is classified by a service-desk agent, its state changes to Processed. Another possible state is Dropped. Erroneous or spambot inquiries should be dropped.

Once an inquiry is created, it should be processed by ITSM agents. The inquiry process includes its classification as one of the specific issue types.

The following issue types are available: 

  • Incident
  • Problem
  • Change Request
  • Service Request.

To classify a inquiry, an agent should complete the steps below:

  1. Navigate to Inquiries → Unprocessed.
  2. Open the necessary inquiry.
  3. Click on the UI action named by the needed issue type.

into Incident


Inquiries can be converted to incidents after analysis. For more information about this, please refer to the Inquiry to Incident conversion article.

into Problem


  1. Navigate to Inquiries → Unprocessed.
  2. Open the necessary inquiry.
  3. Click Problem at the top of the form.
  4. Fill in the mandatory fields in the problem form:
    • Service
    • Impact
    • Assignment group
    • Assigned user.
  5. Click Save or Save and Exit to apply changes. 

As a result:

  • Original inquiry state is changed to Processed.
  • A new Problem record is created in the Registered state.

into Change Request


An inquiry can be converted to a change request after analysis. To do this, an agent should complete the steps below:

  1. Navigate to Inquiries → Unprocessed.
  2. Open the necessary inquiry.
  3. Click Change Request at the top of the form.
  4. Select a previously created change template from the dictionary. This field is mandatory.
  5. Click Create to finish the conversion or Skip to cancel.
  6. Fill in the mandatory fields in the request form:
    • Service
    • Impact
    • Assignment group 
    • Assigned user.
  7. Click Save or Save and Exit to apply changes. 

As a result:

  • Original inquiry state is changed to Processed.
  • A new Change Request record is created in the Registered state.

into Service Request


  1. Navigate to Inquiries → Unprocessed.
  2. Open the necessary inquiry.
  3. Click Service Request at the top of the form.
  4. Select the previously created request model from the dictionary.
    • Leave the field empty if this request is classified as non-typical.
  5. Fill in the mandatory fields in the request form:
    • Service
    • Impact
    • Assignment group
  6. Click Save or Save and Exit to apply changes
  7. Click Create to finish the conversion.

As a result:

  • Original inquiry state is changed to Processed.
  • A new Service Request record is created in the Registered state.



  • No labels