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.

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

There are multiple ways by which requesters can raise incidents in Service Desk 1. **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. 2. **Service…

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" } # Sam…

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. * …

How to add or edit private note to incidents?

Agents can initiate conversations, communicate any updates or followup by adding notes within a incident. These notes can be notified to other agents by adding them as subscribers. ## Required Permission No permission required to add a private note to an incident. Agents who have access to view the incidents will be…

Incident Management - Setup & Configurations

## Create Incident Form Customization [How to configure and customize the create incident form?][1] ## Incident Statuses [How to configure and customize different statuses for the incidents, team wise][2] ## Incident Priority [Configuring priority for incidents][3] ## Incident Custom Fields [How to configure cu…

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.…

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 inciden…

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 * Pr…

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 { …

scroll to top icon