[rt-users] [ANNOUNCE] RT Action NotifyGroup and
Ruslan U. Zakirov
cubic at acronis.ru
Fri Sep 10 12:13:38 EDT 2004
Hello, RT users.
I'm glad to introduce my new RT extension package
RT::Action::NotifyGroup and tool that allow you to manage this actions
woth CLI.
It's on the way to CPAN.
I think you'd like it.
Best regards. Ruslan.
________________________________________________________________
NAME
RT::Action::NotifyGroup - RT Action that sends notifications to
groups and/or users
DESCRIPTION
RT action module that allow you to notify particular groups and/or
users. Distribution is shipped with "rt-notify-group-admin" script that
is command line tool for managing NotifyGroup scrip actions. For more
info see its documentation.
rt-notify-group-admin - Command line tool for administrating NotifyGroup
actions
SYNOPSIS
# get list of actions that allready exist
rt-notify-group-admin --list
# create notify group Foo action
rt-notify-group-admin --create 'Notify foo team' --group Foo
# create action that notify with comment
rt-notify-group-admin --create 'Notify foo team as comment'
--comment --group Foo
# create action that notify users from groups Foo and Bar
rt-notify-group-admin --create 'Notify group Foo and Bar'
--group Foo --group Bar
# create scrip action and user to it
rt-notify-group-admin --create 'Notify user foo at bar.com'
--user foo at bar.com
# Add user or group to existant scrip action
rt-notify-group-admin --create 'Notify VIPs' --user
vip1 at bar.com
rt-notify-group-admin --add 'Notify VIPs' --user
vip2 at bar.com --group vip1 --user vip3 at foo.com
# rename action
rt-notify-group-admin --rename 'Notify VIPs' --newname
'Inform VIPs'
# switch from correspond to comment and back
rt-notify-group-admin --switch 'Notify VIPs'
# delete scrip action
rt-notify-group-admin --delete 'Notify user foo at bar.com'
More information about the rt-users
mailing list