You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Showing articles from Incidents tag

Viewing complete activities over an incident

Activity tab * The complete audit log of the incident will be available here * All the conversations, replies, private notes, automation messages, actions and updates  with respect to the incident will be recorded and updated in this tab.

API to add private note to Incidents in Service Desk

API Endpoint {account_url}/api/v2/public/incidents/{id}/private-note/ Method PATCH Response Data Private note added to an Incident * This endpoint is used to add a private note to an incident. Sample Request { "note": "sample message", "alert_to": "all_subscribers" } Sample Response Success Res…

How to use Messages tab in Incident details page?

Messages tab in Incident details page * All the conversations and messages(Replies) related to the incident between the agent and the requester will be displayed here. * All the internal conversations(Private Notes) between the agents within the team(s) and assignment group(s) and notes related to the incident wil…

Incident Management - Setup & Configurations

Create Incident Form Customization How to configure and customize the create incident form? Incident Statuses How to configure and customize different statuses for the incidents, team wise Incident Priority Configuring priority for incidents Incident Custom Fields How to configure custom fields for incid…

How to create and manage tasks in a incident?

Agents can add the list of task or checklist for an incident in this section. This will help them to keep track of the activities that needs to be done in order to resolve an incident. Tasks tab in Incident details page * Navigate to a Incident details page > Tasks tab * Click on +Add Task button * Provide the…

How a requester can raise or log incidents in Service Desk?

There are multiple ways by which requesters can raise incidents in Service Desk * Email:  Users can send an email to a designated support email address explaining their issues or queries. An incident will be created automatically according to the inbound email channel configured in service desk. * Service Portal: …

How to initiate bulk action over incidents?

Bulk actions are useful to support agents in cases where the agent will have to perform the same action on multiple incidents. How to initiate bulk action over incidents? * Once you choose more than one incident from the listing page the bulk editing action bar will be displayed on the top of the page. * Also, …

Understanding the Incident Listing Page

The Incident Listing Page is a central hub that provides support agents and admins with a comprehensive view of all the incidents in Service Desk. In this article, we will explore the various components of the Incident Listing Page and how they can be utilized to streamline support operations and enhance productivity…

Sorting Incidents

The incident listing page is built in with default sort options which the agents can make use of. The default sort options available are. Due By : to sort the incidents based on the due date (ascending or descending) Last Replied - recent to oldest This will sort the incidents based on the last reply on the ti…

API to add reply to an Incident

API Endpoint {account_url}/api/v2/public/incidents/{id}/reply/ Method PATCH Response Data Reply added to an Incident * This endpoint is used to add a reply to an incident. Sample Request { "message": "sample message", } Sample Response Success Response: Status code 200 { "id": 176, "time_spen…

scroll to top icon