[rt-users] Ticket Ownership

Serge Bianda serge.bianda at appiancorp.com
Tue Aug 10 15:35:33 EDT 2004


Thanks Matt, this worked just fine. I didn't need to create a scrip
anymore.

Serge

-----Original Message-----
From: Matt Hanley [mailto:MHanley at cxtec.com] 
Sent: Tuesday, August 10, 2004 2:07 PM
To: Serge Bianda; rt-users at lists.bestpractical.com
Subject: RE: [rt-users] Ticket Ownership

> I don't know whether this is feasible or not, but I was 
> wondering if there was a way to set the ticket ownership to 
> default the name of the user who is currently logged in 
> instead of nobody? So far whenever I create a ticket I ALWAYS 
> have to change the owner to my name. 

Using 3.0.10:

# diff /opt/rt3/local/html/Ticket/Create.html
/opt/rt3/share/html/Ticket/Create.html

< <& /Elements/SelectOwner, Name => "Owner", QueueObj => $QueueObj,
Default
=> $ARGS{Owner} || $session{CurrentUser}->Id || undef &>

> <& /Elements/SelectOwner, Name => "Owner", QueueObj => $QueueObj,
Default
=> $ARGS{Owner}||undef &>

-matt


Matthew Hanley
mhanley at cxtec.com



More information about the rt-users mailing list