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 ADManager Plus?

                  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 ...
                    • 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 ...
                    • Request Merge API using Postman.

                      Currently, the Merge API is not included in our documentation. However, I have tested the following API in Postman, and it is working fine on our end. API used: /api/v3/requests/<request_id>/merge_requests {"merge_requests":[{"id":"1"},{"id":"2"}]} ...
                    • 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 ...
                    • 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. ...