[Rt-devel] How to add a SubjectTag to a Queue?
Martin Tischmann
Martin at Tischmann.de
Wed Feb 3 09:09:58 EST 2010
Hi there,
i created a Queue using :
my $Queuey = RT::Queue->new($RT::SystemUser);
$Queuey->Create(Name =>$Name,
Description=>$Description,
CorrespondAddress =>$CorrespondAddress,
CommentAddress=>$CommentAddress,
InitialPriority=>$InitialPriority,
FinalPriority=>$FinalPriority,
DefaultDueIn=>$DefaultDueIn,
Disabled=>$Disabled);
Now i would like to add a SubjectTag to this Queue.
I guess this is very easy but at the moment i have no idea how.
Something like
$Queuey->SubjectTag='Test';
is not working.
any help would be appreciated.
yours,
Martin Tischmann
More information about the Rt-devel
mailing list