[rt-users] /opt/rt3/local question
Phil Lawrence
prlawrence at Lehigh.EDU
Tue Apr 26 10:24:44 EDT 2005
Joby Walker wrote:
> Phil Lawrence wrote:
>>I installed RT::Action::NotifyGroup (by Ruslan Zakirov)
>>using the CPAN shell. But when I go to Configure a new
>>scrip, "Notify Group" does not appear in the Action
>>dropdown.
> Yes you need to create a database entry for the new Scrip Action.
Ruslan included a command line script to do just that... Sorry I had
missed it. Here's example usage:
# cpan
cpan> install RT::Action::NotifyGroup
cpan> quit
# /opt/rt3/local/sbin/rt-notify-group-admin \
--create 'Notify RT Wranglers' \
--group 'RT Wranglers'
# /opt/rt3/local/sbin/rt-notify-group-admin \
--list
Name: Notify RT Wranglers
Module: NotifyGroup
Members:
Group => RT Wranglers
Great!
Phil
More information about the rt-users
mailing list