Re: [rt-users] How to add a group

2014-09-16 Thread Kevin Falcone
On Wed, Sep 10, 2014 at 04:13:14PM +0200, Albert Shih wrote: > Hi everyone. > > I want to add a group (defined inside RT) in a script ? > > I find something on the web who use de AddWatcher like something : > > my ($success, $msg)= $ticket->AddWatcher( > Type => "AdminCc",

[rt-users] How to add a group

2014-09-10 Thread Albert Shih
Hi everyone. I want to add a group (defined inside RT) in a script ? I find something on the web who use de AddWatcher like something : my $addGroupObj = RT::Group->new($RT::SystemUser); $addGroupObj->LoadUserDefinedGroup('My Group');