Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 853 Bytes

README.pod

File metadata and controls

23 lines (15 loc) · 853 Bytes

NAME

App::OTRS::CreateTicket - create OTRS tickets via web services from the command line.

DESCRIPTION

This module contains one script, otrs.CreateTicket.pl, which allows you to create tickets in OTRS from the command line.

For creating a ticket you'll need to have valid OTRS agent login credentials, as well as the TicketConnector web service installed on your OTRS machine. In order to use the GenericTicketConnector you need to use at least OTRS 3.1.

Activating the TicketConnector is easy. Download the yml file from the following URL: https://raw.github.com/mbeijen/App-OTRS-CreateTicket/master/examples/GenericTicketConnector.yml

Then log in to OTRS as an administrator, navigate to Admin > Web Services, click "Add web service", click "Import web service" and then navigate to the file you just downloaded.