RT-Extension-Conservancy/etc/upgrade/0.4/content
Brett Smith 325c5ceaf6 upgrade: Add actions for adding correspondence/comments.
I don't know why this doesn't ship with RT…
2018-04-19 10:27:30 -04:00

12 lines
333 B
Perl

#!/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',
},
);