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…
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…
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…
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, …
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: …
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…
Structure of Incident Details Page The information in the details page is structured as following 1. Incident Details Card 2. Tabs 3. Related Information Section 4. Actions 1. Incident Details Card More details on the incident properties and the components in the incident card view is explained in the articl…
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…
Assets can be linked to an incident in two ways as explained below. 1. Create incident form Assets can be linked to an incident even while creation. Asset lookup field will be available in the create incident form using which the agents can search and link the asset to the incident. 2. Assets tab in incident detai…
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…