Ticket Object

Hello,

How can I programmatically modify the value of a custom field in a Ticket object within a Perl script?

Thanks,
Angel

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
Rtir@lists.bestpractical.com
The rtir Archives

Best regards, Ruslan.