On Tue, Nov 20, 2012 at 7:46 PM, Vega, Angel L. <[email protected]> wrote: > Hello, > > > > How can I programmatically modify the value of a custom field in a Ticket > object within a Perl script? >
$ticket->AddCustomFieldValue(Field => 'xxx', Value => 'yyy'); Grep for AddCustomFieldValue. Use rt-users list for such questions. Better chance to get answer. RTIR uses pretty much unmodified RT's API. > Thanks, > > Angel > > > _______________________________________________ > Rtir mailing list > [email protected] > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rtir > -- Best regards, Ruslan. _______________________________________________ Rtir mailing list [email protected] http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rtir
