[rt-users] Custom Condition (status and requestor email address)
Todd Chapman
rt at chaka.net
Mon Mar 15 08:36:04 EST 2004
It is:
$self->TicketObj->Requestors with an 's' on the end. There
can be more that one requestor. It returns an RT::Group
object that you have to cycle through and check each
member.
-Todd
On Mon, Mar 15, 2004 at 12:07:57PM +0100, Stefan Kornhuber wrote:
> Hello,
>
> a script should be used when the ticket will be create and a special
> email address is the requestor.
>
> I used following custom condition, but it is buggy :-(.
>
> return ($self->TransactionObj->Type eq 'Create' &&
> $self->TicketObj->Requestor->EmailAddress eq 'test at domain.com');
>
> thankx for your help.
> Steve
> _______________________________________________
> rt-users mailing list
> rt-users at lists.bestpractical.com
> http://lists.bestpractical.com/mailman/listinfo/rt-users
>
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
More information about the rt-users
mailing list