In order to quickly update and view the resolution of an incident a specific tab is provided within the incident details page. * Navigate to Resolution tab in incident details page. * Once you click on +Add button, a Add Resolution modal will open up. * The agents can provide the resolution of the incident an…
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 a…
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…
There are multiple ways by which incidents can be raised in Service Desk * Requesters can raise an incident through any one of the channels below Email: Users can send an email to a designated incident email address, explaining their problem or issues or queries. Service Desk can automatically convert these…
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…
Required Permission Manage All Forms * This is a team level role. * Navigate to Roles and Permissions > Role type: Team > Managerial tab > Forms section to enable this permission. How to customise the create release form? Follow the steps below to customise the create problem form. * Navigate to Main menu >…
Smart Rules in Service Desk provide an efficient way to automate tasks and streamline support operations. Smart Rules will help in automating administrative tasks within a support team, allowing agents to save time and focus on delivering quality customer support. This knowledge base explains the steps involved in c…
Asset Type refers to a classification or category assigned to assets based on their characteristics or attributes. It helps in organising and grouping similar assets together for better management and tracking purposes. Defining multiple asset types based on the differentiating attributes of the products that will b…
Canned Actions are predefined responses that can be used to provide quick and consistent replies in Service Desk. They help support teams save time and maintain consistency in their communication with the requesters. Leveraging the power of canned actions helps support teams save time, maintain consistency, and deli…
What is Session Security? Session security, also known as auto logout, enhances the security of an agent's account in Service Desk. It automatically logs out the user from service desk if the account activity is inactive for a specified period. Session security is an essential mechanism using which you can implement…