How to forward a request from one Servicedesk Plus instance to another.

How to forward a request from one Servicedesk Plus instance to another.

This is a Sample Python Script which can be used to get Data from a Existing Request in a ServiceDesk Plus instance and create a New Request in a parallel ServiceDesk Plus installation. 

This script can be configured under Request Custom Menu if the Forwarding has to be handled manually by the Helpdesk Technician or as a Request Custom Trigger if the script has to automated when the Parent Request is Created or Updated.

We provide the Request Details in Json Format as input to the script and that is processed to to create the structure of the New Request in the parallel ServiceDesk Plus instance.This is achieved using the API call for creating a new Request.The link below has detailed documentation on all operations that can be performed in the Request Module using APIs.

Use Case: There are scenarios where two servicedesk plus instances are used in an organization for different departments and requests created in one instance must be duplicated in another.This script will help fulfill this requirement.

Execution steps:
1. Download and copy the script file into the \Manageengine\ServiceDesk\integration\custom_scripts directory.
2. Update the protocol , servername and portnumber used to access ServiceDesk and the technician api key in the script file. 
3. Configure the script under the  Admin  ->  Custom Trigger



A short guide on setting up python is available here.

      New to ADManager Plus?

        New to ADSelfService Plus?

          Resources

              • Related Articles

              • Create request from one Servicedesk Plus instance to another - Deluge

                Use Case: There are scenarios where two ServiceDesk plus instances are used in an organization for different departments and requests created in one instance must be duplicated in another. This script will help fulfill this requirement. We provide ...
              • How to migrate ServiceDesk Plus from one server to another

                Following are the steps to move data from the existing server to a new server, Step 1: Stop ManageEngine ServiceDesk Plus service. Step 2: Kindly Upgrade ServiceDesk Plus if required. Refer to the link below to check if you are in the latest version, ...
              • Document for Request Custom Menu and Custom Triggers

                Attached a PDF file explaining with screenshots on how Request Custom Menu & Custom Triggers work.  
              • Update Resolution from one SDP instance to another - Deluge

                Use Case: There are scenarios where two ServiceDesk plus instances are used in an organization for different departments and requests created in one instance is duplicated in another.  Similarily when a resolution is updated in one the same has to be ...
              • Duplicate Request Using Custom Menu

                Use Case: Script to duplicate the request in a single click. Note: For builds above 11204 duplicate_request.zip without the fjar fix. Execution Steps: 1.  Place the attached HTML under ..\ManageEngine\Servicedesk\integration\resources - folder. 2.  ...