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
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to