https://github.com/bestpractical/rt-extension-setdefaultowner
https://github.com/bestpractical/rt-extension-setdefaultowner
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-setdefaultowner
- Owner: bestpractical
- Created: 2011-01-22T02:36:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-22T02:39:31.000Z (over 14 years ago)
- Last Synced: 2025-02-27T00:42:48.502Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/rt-extension-setdefaultowner
- Size: 97.7 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT::Extension::SetDefaultOwner - set default owner of ticketsDESCRIPTION
RT's default owner is nobody, this extension can customize this so you
can set another user as the default owner.INSTALLATION
perl Makefile.PL
make
make install
make initdb # first time onlyif with RT 3.8+, you will need to add extension to the Plugins:
Set( @Plugins, qw(... RT::Extension::SetDefaultOwner) );to Set default owner to user named "foo"
Set($DefaultOwner, 'foo');AUTHOR
sunnavy ""LICENCE AND COPYRIGHT
RT-Extension-SetDefaultOwner is Copyright 2011 Best Practical Solutions,
LLC.This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.