https://github.com/bestpractical/rt-action-notifygroup
https://github.com/bestpractical/rt-action-notifygroup
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-action-notifygroup
- Owner: bestpractical
- Created: 2009-07-02T18:43:58.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-07-02T18:44:33.000Z (about 16 years ago)
- Last Synced: 2025-01-09T22:53:53.020Z (6 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/RT-Action-NotifyGroup
- Size: 97.7 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT::Action::NotifyGroup - RT Action that sends notifications to groups
and/or usersDESCRIPTION
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
more info see its documentation.INSTALL
perl Makefile.PL
make
make installNAME
rt-notify-group-admin - Command line tool for administrating NotifyGroup
actionsSYNOPSIS
rt-notify-group-admin --list
rt-notify-group-admin --create 'Notify foo team' --group Foo
rt-notify-group-admin --create 'Notify foo team as comment' --comment --group Foo
rt-notify-group-admin --create 'Notify group Foo and Bar' --group Foo --group Bar
rt-notify-group-admin --create 'Notify user [email protected]' --user [email protected]
rt-notify-group-admin --create 'Notify VIPs' --user [email protected]
rt-notify-group-admin --add 'Notify VIPs' --user [email protected] --group vip1 --user [email protected]
rt-notify-group-admin --rename 'Notify VIPs' --newname 'Inform VIPs'
rt-notify-group-admin --switch 'Notify VIPs'
rt-notify-group-admin --delete 'Notify user [email protected]'DESCRIPTION
rt-notify-group-adminUSAGE
rt-notify-group-admin --COMMAND ARGSCOMMANDS
list
Lists actions and its descriptions.create NAME [--comment] [--group GNAME] [--user UNAME]
Creates new action with NAME and adds users and/or groups to its
recipient list. Would be notify as comment if --comment specified.add NAME [--group GNAME] [--user UNAME]
Adds groups and/or users to recipients of the action NAME.delete NAME
Deletes action NAME if scrips doesn't use it.switch NAME
Switch action NAME from notify as correspondence to comment and back.rename NAME --newname NEWNAME
Renames action NAME to NEWNAME.NOTES
If command has option --group or --user then you can use it more then
once, if other is not specified.AUTHOR
Ruslan U. Zakirov
[email protected]COPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.The full text of the license can be found in the LICENSE file included
with perl distribution.