[Rtir] Ticket Object

Ruslan Zakirov ruz at bestpractical.com
Tue Nov 20 16:07:49 EST 2012


On Tue, Nov 20, 2012 at 7:46 PM, Vega, Angel L. <Angel.Vega at jhuapl.edu> 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
> Rtir at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rtir
>



-- 
Best regards, Ruslan.


More information about the Rtir mailing list