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

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 will be added as a note to the parent ticket in SDP MSP using the script and auto closes the ticket.

Example : Ticket A with Subject ABCD Server is Down. Ticket B with Subject ABCD Server is Up

When ticket B comes in, if it matches with the condition of the subject in the ticket A, both tickets will be merged. Now the merge ticket looks like,

Subject: ABCD server is UP.
Description: Ticket A description
Note: Ticket B description.

Conditions of the subject to be matched, can be added in the script as shown below,



Steps to follow :

1. Download the zip file attached and unzip it.

2. Copy and paste the files present in it under ManageEngine\ServiceDesk Plus MSP\integrations\Custom_scripts.

3. Create a Business rule under Admin for the respective account/site as in the attachment (refer to Business rule configuration.png file)

4. In the configuration.json file, please update the right URL (using which you will connect the SDP MSP instances) and technician key. Generate the technicianKey for administrator and provide it. You can create technicianKey from Top right of the product user interface -> API key generation.




NOTE:
1. Python has to be installed on the MSP server along with the Requests library. 

2. Description is mandatory in the duplicate request as the Description content will be added as notes in the parent ticket.


                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 ...
                    • Auto merge & Auto close alerting tool tickets

                      In large IT environments, alerting tools like Dynatrace, SolarWinds, OpManager etc play a critical role in proactively detecting issues. But when each alert ends up creating a new ticket in ServiceDesk Plus (SDP), your help desk can quickly get ...
                    • 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 ...
                    • Auto-Merge Similar Tickets & Auto-Close Based on Keyword

                      Objective: Implement an automated mechanism in the ServiceDesk Plus to improve ticket management efficiency by: Automatically merging similar requests that share the same subject. Automatically closing tickets when the subject contains the keyword ...
                    • 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 ...