Navigate
Deskpro Support
  • Register

  • or
  • Login
    Need a password reminder?
  • English
or
Contact Us
  • Get in touch

    Send us an email

  • Submit Feedback

    Feedback and suggestions submitted by customers like you

  • Start a chat session

  • Knowledgebase Read help articles
  • Guides Product documentation
  • News News & updates
  • Feedback Custom suggestions
  • Downloads Browse our downloads
  • Contact Us We are here to help
Agent Guide
Download PDF

  • The Agent Interface
    • Introduction and Overview
    • Header
    • Filter pane
    • List pane
    • Content pane
    • 1-column view
    • Account preferences
  • Tickets
    • Ticket Properties
    • Ticket status
    • Ticket assignment
    • Departments
    • Ticket fields
    • Ticket history
    • Replying to a ticket
    • Replying to tickets by email
    • Ticket attachments
    • Creating a ticket
    • Ticket actions
    • Follow Ups
    • Filtering and sorting tickets
    • Prioritizing tickets
    • Searching for tickets
    • Realtime updates
    • Mass actions
    • User satisfaction
    • Time log and billing
  • Chat
    • Introduction to chat
    • Accepting Chats
    • Chatting with users
    • Assigning chats
    • Viewing open and past chats
    • Creating a ticket linked to a chat
    • Custom chat fields
  • CRM
    • CRM Introduction
    • Browsing CRM records
    • User records
    • Usergroups
    • Organizations
    • New users
    • User actions
    • Searching CRM records
  • Publish
    • Introduction to Content Publishing
    • Managing portal content
    • Portal content categories
    • Knowledgebase articles
    • Guides
    • News posts
    • Downloads
    • Comments on portal content
    • Glossary
    • Helping users find content
    • Translations for Publish content
  • Feedback
    • Feedback Introduction
    • Feedback types
    • Feedback status
    • Browsing feedback items
    • Working with feedback
  • Tasks
    • Creating a task
    • Linking tasks to tickets
    • Keeping track of tasks
    • Working with tasks
    • Commenting on tasks
  • Productivity
    • Snippets
    • Macros
    • Problems & incidents
  • Agent IM
    • Instant Messaging
    • @mention notifications
  • Appendix
    • Deskpro Terminology

Problems & incidents

23/03/2017 31/10/2017

Deskpro’s problems & incidents feature is useful in situations where you have multiple tickets resulting from the same underlying cause.

A problem is something that goes wrong and affects several of your users - for example, a delivery van breakdown or an email server outage.

An incident is an individual ticket that results from a problem - for example, a customer complaining that their order has not arrived on time as a result of the van breakdown, or a user who calls up to say they can’t access email.

One problem can result in many incidents (tickets). A ticket can only be linked to one problem.

Note

If you can’t see the problems & incidents feature, it may be that your admins have not enabled it on your helpdesk, or your agent account doesn’t have permission to view it. In addition, your permissions may restrict your ability to create or close problems. Contact your admins for more details.

Using problems helps you see at a glance which root causes are generating the most tickets. If there’s a sudden spike in tickets, problems can be helpful to understand what has happened and prioritise what to fix.

You can use Mass actions to message all the users affected by a problem to tell them what’s happening, inform them when the problem is fixed, resolve all their tickets at once, etc.

You can also use the Reports Overview to analyze the impact of different problems in terms of numbers of tickets created.

Viewing problems

In the filter pane at the left of the agent interface, the PROBLEMS & INCIDENTS section displays a list of open problems, with a count of each problem’s incidents (tickets) at the right.

Click on a problem to display all its incidents in the list pane.

../_images/prob-filter.png

When a ticket has been linked to a problem (ie it’s one of the problem’s incidents), you will see this in the ticket’s Properties area:

../_images/problems-ticket-display.png

The count after the Incidents link tells you the total number of incidents for this problem (including this one). Click on it to view all the problem’s incidents in the list pane.

Creating or linking a problem

You can create a new problem by editing the properties of a ticket (either when you create the ticket, or by using the gear icon at the top right of the properties area of an existing ticket).

../_images/creating-ticket.png

Click Create Problem and enter a name for the problem.

You can link a ticket to an existing open problem either when you create the ticket, or by editing the properties of an existing ticket.

../_images/editing-ticket.png

Closing a problem

When a problem has been fixed and is no longer generating incidents, you can mark it closed. This removes it from display in the main area of the PROBLEMS & INCIDENTS section of the filter pane at the left of the interface.

To close a problem, go to any ticket that is an incident of that problem. In the Problem field of the ticket properties, you’ll see a [ close ] link.

Note

Closing a problem does not resolve or otherwise change its incidents. It just means you can’t add any more tickets to the problem. If you want to mark all the problem’s tickets resolved, use a mass action.

You can still see closed problems using the Closed Problems control at the bottom of the PROBLEMS & INCIDENTS section. Selecting a closed problem shows all its incidents in the filter pane as before.

../_images/problems-closed-browse.png

Re-opening a problem

You may sometimes wish to re-open a problem: for example, because a problem you thought was fixed turned out not to be, or because you’re tracking an intermittent problem and you want other agents to be aware that it’s generating incidents again.

If you go to a ticket that is linked to a closed problem, you will see a [ re-open ] link.

Remember, you can quickly see all the tickets for a closed problem by using the Closed Problems pull-down in the filter pane at left.

Using mass actions

You will often want to work on all the incidents for a problem at once: for example, to send an update to all users, or resolve all the incidents once the problem has been fixed.

It’s easy to do this using Deskpro Mass actions.

Here’s how to apply a mass action to all the incidents for a problem:

  1. Click on the problem in the filter pane at the left of the agent interface, All its tickets are displayed in the list pane.

  2. Click the check box at the top left of the list of tickets to select all the tickets at once. The mass actions window (entitled Apply actions to selections) opens to the right.

    ../_images/mass-action.png

  3. Select the action or actions you want to apply: e.g. to resolve every incident, click Set resolved.

  4. Click Apply at the bottom of the mass actions window.

You can select more than one action e.g. change the department and select Set awaiting user.

Note

You can apply a mass action to a maximum of 50 tickets at a time.

Replying with a mass action

You can enter a message in the mass action reply box to be sent all users of the selected tickets.

If you want to personalize the message (e.g. address each user by name), you can use the same variables as you can in snippets (see Snippets).

Here’s a simple example of how to send a message to all users affected by a problem, addressing them each by name.

  1. Select all the tickets to open the mass action window as above.

  2. In the reply box, type “Dear ” and then enter the variable to address a user by name: {{ ticket.person.display_name }}

  3. Enter the rest of the message.

    ../_images/mass-reply-variable.png

  4. Click Apply to reply to each user. In each email sent, the variable is replaced with the user’s name.

The following variables are available.

Reply variable Value inserted
{{ ticket.product.title }} current product of ticket
{{ ticket.category.title }} current category of ticket
{{ ticket.workflow.title }} current workflow stage of ticket
{{ ticket.priority.title }} current priority of ticket
{{ ticket.id }} ticket ID number
{{ ticket.ref }} ticket ref code
{{ ticket.fieldX }} display a custom ticket field;replace X with field ID
{{ ticket.date_created }} time and date ticket was createde.g. 2014-03-14 11:38:17
{{ ticket.agent.display_name }} the name of currently assigned agent(or override name if set)
{{ ticket.person.display_name }} user’s name
{{ ticket.person.fieldX }} display a custom user field;replace X with field ID

Ask your admins to find custom field IDs for you.

If you want to write a message with a lot of variables, it may be quicker to create a Snippets so you can pick variables from a list, then reply with that. If you have to send the same message repeatedly due to a recurring problem, using a stored snippet saves you having to retype it every time.

  1. Select all the tickets to open the mass action window as above.

  2. Click Snippets in the mass action window.

  3. Click Add Snippet (you may be prompted to create a snippet category first; this is just for your information so you can use something like “General” or “Problem Replies”). The Add Snippet window opens.

  4. Enter a title for the message. Enter “Dear” at the top of the reply box.

  5. At the lower right, next to the Insert Variable button, use the pull- down to select User > Name, then click Insert Variable.

    ../_images/problems-snippet-variable.png

  6. The code {{ ticket.person.display_name }} is inserted. When the users are emailed, this will be replaced with each user’s full name. Make sure to remove any extra white space outside the {{ }} brackets.

  7. Write the rest of your reply.

    ../_images/problems-snippet.png

  8. Click Apply.

Comments (0)

Add a comment

To prove you are a human, please tell us the text you see in the CAPTCHA image


Quick Jump
  • Deskpro Support
  • Knowledgebase
  • Guides
  • News
  • Downloads
  • Feedback
  • Contact Us
Top
Helpdesk software provided by Deskpro