Group
Extension

Matches 2

RTx-FillTicketData ( C/CH/CHESNOKOV/RTx-FillTicketData-0.03.tar.gz, CHESNOKOV, 2015; MetaCPAN )
RTx-FillTicketData/etc/RT_SiteConfig_sample.pm ( view source; MetaCPAN )
# Lines to add to RT_SiteConfig.pm
Plugin('RTx::FillTicketData');
Set($FillTicketDataSettingsFile => '/home/rt/rt4/etc/fill_ticket_data_settings.json');
RTx-FillTicketData ( C/CH/CHESNOKOV/RTx-FillTicketData-0.03.tar.gz, CHESNOKOV, 2015; MetaCPAN )
RTx-FillTicketData/lib/RTx/FillTicketData.pm ( view source; MetaCPAN )
s file
    Set($FillTicketDataSettingsFile =>
        '/home/rt/rt4/etc/fill_ticket_data_settings.json');

=head1 DESCRIPTION

The purpose of this plugin is to provide a "Fill data" button, which, giv
 ID, will send this ID to the server and retrieve data according to the
configuration provided in JSON config file. Possible external sources are:
database, shell command output, plain text specified 
c/fill_ticket_data_settings.json (or etc/ticket_data_settings_ru.json) for
the example of settings file.

=cut

use DBI;
use Digest::MD5 qw(md5_hex);
use JSON qw(decode_json);

#use Data::Dumper;
#loc

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.