Scripts to update request status when a new reply is received.

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




2.  Edit the following details on the script  

- configuration.json:        Update the technician key & URL

- update_req_status.py:  Configure the custom status you would like to set upon the trigger. 



3. Under Admin>Custom Trigger use the below criteria  






Replace the On-hold with the custom status and save the trigger and test the case.  






In case you want to reopen the ticket if a ticket is in resolved status.  In the 3rd point, set criteria as Resolved and change the script also with status resolved and then 



4. Goto Admin -> Self-Service Portal Settings -> and Set Yes for  Allow Contacts to reopen their own requests?


Now check the case by sending a reply and it should update the status accordingly.


PS: Initially if you do not see the status change please try it in a private window.  


                  New to ADSelfService Plus?

                    • Related Articles

                    • Script to Notify Support Reps when a new reply is received for Unassigned Requests

                      Please do follow the below steps to notify support reps when an unassigned request is updated or when a reply is received.  1. Download the configuration.json file, sendMail.py file, requestobj.json file from the below link: ...
                    • 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 ...
                    • Update request status when a new reply is received - Deluge

                      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, the request is moved to "On Hold" status while waiting for the requester's reply. This request has ...
                    • Update Request Status upon Sending\Receiving a New Reply

                      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, the request is moved to "On Hold" status while waiting for the requester's reply. This request has ...
                    • Create New request using Python Script

                      Script to raise a new request using Python Script. Pre-requisite - Python should be installed in the server and configured. You can review the instructions here - Requests module should be installed with the python Steps 1. Download the zip file from ...