To reopen resolved ticket by requester reply.
* Navigate to Admin -> Self Self Service
Portal settings
* Enable "Allow requesters to reopen
their own requests" by choosing "Yes" (This option is
interrelated to open resolved request on requester reply)
* Save changes and check the
status.
New to ADSelfService Plus?
Related Articles
Failure during Zia Reopen prediction process stops the mail fetching schedule
When the requester replies to closed/resolved requests with empty content or if there is no proper content except the content of the parent mail, then no content will be available for zia reopen prediction process and an exception will be ...
Difference between resolved and Closed notification
The requester notifications are sent for two status: 'Resolved' and 'Closed' Both 'Resolved' and 'Closed' are default completed statuses. When a technician provides a solution that he thinks will solve the issue, he/she can set the request to the ...
Scripts to update request status when a new reply is received.
Please do refer to the below steps to change the status when a Contact sends a new reply to the ticket. 1. Download the script files from the below link and extract them and place it under..\ManageEngine\SupportCenter\integration\custom_scripts - ...
Update Request Status upon Receiving a New Reply from Technician
Use case: When a technician works on a request, there might be incidents where he might need additional information from the requester. In such cases, when the technician replies to the customer the ticket status should be changed to "On-Hold". Steps ...
Query to show resolved by value (MSSQL & PGSQL)
Tested in build PGSQL (14300) and MSSQL (14306) PGSQL & MSSQL: SELECT wo.WORKORDERID AS "Request ID", LONGTODATE(wo.CREATEDTIME) AS "Created Time", LONGTODATE(wos.assignedtime) "Assigned Time", LONGTODATE(wo.RESOLVEDTIME) AS "Resolved Time", ...