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