9 lines
290 B
Text
9 lines
290 B
Text
![]() |
#!/usr/bin/env perl
|
||
|
|
||
|
@ScripActions = (
|
||
|
{ Name => 'Notify Owner or Queue AdminCcs as Comment',
|
||
|
Description => 'Sends comment mail to ticket AdminCCs, plus the Owner if set, otherwise queue AdminCCs',
|
||
|
ExecModule => 'NotifyOwnerOrQueueAdminCcsAsComment',
|
||
|
},
|
||
|
);
|