UseCase: Over 70 % of service requests are raised through Emails and all of them are logged in as incidents then those are converted manually into service requests. This script will create service requests if the subject line contains the configured text. When the configured text is found, service request will be created using the configured template.
Execution steps:
1. Download and copy the script file into the \Manageengine\ServiceDesk\integration\custom_scripts directory.
2. Update the technician key and the url in configuration.json file.
3. Configure the script under Admin->Business Rules , like shown below.
A short guide on setting up python is available here.