[rt-users] where is the requestor stored?
michael at staff.esc.net.au
michael at staff.esc.net.au
Thu Jun 8 20:27:49 EDT 2006
Hi,
I was wondering if anyone could tell me where in the database the requestor
is stored.
This is part of the perl script I am using to create the ticket:
my $CurrentUser = RT::Interface::CLI::GetCurrentUser();
my $ticket = new RT::Ticket($CurrentUser);
my $ticket_body = MIME::Entity->build(Data => "
This is a test ticket
",
Type => 'text/plain');
my %ticket_vals = ( Queue => 'Test',
Subject => 'Tetst',
Owner => 'Nobody',
Requestor => "test\@mydomain.com",
InitialPriority => '10',
FinalPriority => '25',
MIMEObj => $ticket_body,
);
my ($id, $transaction_object, $err) = $ticket->Create(%ticket_vals);
The ticket is created without a problem, I just need to know where the
requestor is being stored in the mysql database.
I have looked in the Tickets and Transactions tables, but it does not appear
to be in there.
Can anyone point me in the right direction?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060609/c5c34f39/attachment.htm>
More information about the rt-users
mailing list