13 lines
333 B
Text
13 lines
333 B
Text
![]() |
#!/usr/bin/env perl
|
||
|
|
||
|
@ScripActions = (
|
||
|
{ Name => 'Add a Comment',
|
||
|
Description => 'Add a comment to the ticket',
|
||
|
ExecModule => 'RecordComment',
|
||
|
},
|
||
|
{ Name => 'Add Correspondence',
|
||
|
Description => 'Add correspondence to the ticket',
|
||
|
ExecModule => 'RecordCorrespondence',
|
||
|
},
|
||
|
);
|