[rt-users] TicketObj Dependent
José de Paula Eufrásio Júnior
jose.junior at mds.gov.br
Mon Sep 3 14:20:42 EDT 2007
Hello, I'm working on a Scrip to change status and comments on creation
of dependent tickets, but apparently I can't get DependentOn on ticket
creation:
[Mon Sep 3 18:19:30 2007] [debug]: About to think about scrips for
transaction #82336 (/opt/rt3/lib/RT/Transaction_Overlay.pm:165)
[Mon Sep 3 18:19:30 2007] [error]: Scrip 23 Commit failed:
RT::Ticket::DependentOn Unimplemented in RT::Action::UserDefined. ((eval
839) line 2)
The scrip code I'm using for testing is:
my $ticket = $self->TicketObj;
my $depende = $ticket->DependentOn;
$RT::Logger->debug( "> depende: $depende <<<<<<<< \n\n" );
The ticket is created using the 'sub-ticket' button described in
http://wiki.bestpractical.com/view/CreateChildTicket
Any information about it would be nice.
[]s
More information about the rt-users
mailing list