Script to Auto merge similar subject tickets

Script to Auto merge similar subject tickets

Please find the requested script attached in the email.

Kindly zip the files from the attached and place it in ManageEngine/Servicedesk Plus MSP/Integrations/custom_scripts.


NOTE: Python is a third party software that has to be installed on the server in which MSP is installed. Here is the link for Installation Steps,you may also get help from your system admin for installation or permission to install the same.

https://pitstop.manageengine.com/portal/kb/articles/how-to-setup-python-on-the-server-11-11-2019

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Script: Auto merge tickets of similar subject and auto closes the ticket--> Used V1 API dont use

                        Use case:   Too many alerts for the same reason from a machine keeps generating multiple tickets in SDP MSP.  You can use the below script to auto-merge the requests and auto close the ticket. What does this script do ? The Merged tickets description ...
                      • Script to Auto merge requests with exact same subject

                        Use case: Too many alerts for the same reason from a machine keeps generating multiple tickets in SDP MSP. You can use the below script to auto-merge the requests in the application. The Merged tickets description will be added as a note to the ...
                      • Merge Similar Requests

                        Requirement: In an organization, multiple requests being created for the same issue. So we will have to merge all the similar requests. UseCase: Assume there is a printer issue in an organization, and a request has already been registered for the ...
                      • Script to Auto share request

                        1. Download MSP_share_Request.zip from the attachment, extract it, and paste the same under ManageEngine\ServiceDesk Plus MSP\integrations\Custom_scripts.          # auto_share_MSP.py      # functions.py      # configuration.json 2. ...
                      • Query to show tickets older than 30 days ( MSSQL )

                        Tested in build MSSQL (14306) MSSQL: SELECT wo.WORKORDERID "Request ID",ti.FIRST_NAME "Technician",std.STATUSNAME "Request Status",wo.TITLE "Subject",aau.FIRST_NAME AS "Requester Name", pd.PRIORITYNAME as "Priority", adef.ORG_NAME as "Account", ...