App-OTRS-CreateTicket

 view release on metacpan or  search on metacpan

lib/App/OTRS/CreateTicket.pm  view on Meta::CPAN

package App::OTRS::CreateTicket;

use strict;
use warnings;

our $VERSION = '1.16';
# ABSTRACT: Create tickets in OTRS via the Command Line Interface.

1;

__END__
=pod

=head1 NAME

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

=head1 DESCRIPTION

This module contains one script, L<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:
L<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.

=cut

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.072 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )