Changes for version 0.33
- Fri, 01 Feb 2008 "Dmitri Tikhonov" <dtikhonov@yahoo.com> Fixed a typo. Updated POD; no code changes. s/dtikhonov@vonage.com/dtikhonov@yahoo.com/
- Tue, 29 Jan 2008 "Damien Krotkine" <dams@cpan.org> Decode data from REST from the proper encoding to Perl internal. Thanks to "Sébastien Aperghis-Tramoni" <sebastien@aperghis.net>
- Fri, 25 Jan 2008 "Damien Krotkine" <dams@cpan.org> Add dirty custom fields handling. Without it, cf are always submitted, included void ones, which may (and does on rt.cpan.org) conflict with custom fields rules on the server (e.g. a custom field value cannot be empty)
Modules
talk to RT installation using REST protocol.
this object represents an attachment.
exceptions thrown by RT::Client::REST methods.
base class for RT objects.
queue object representation.
Search results representation.
this object represents a ticket.
this object represents a transaction.
user object representation.
Provides
in lib/RT/Client/REST/Forms.pm
in lib/RT/Client/REST/HTTPClient.pm
in lib/RT/Client/REST/Object/Exception.pm
Examples
- examples/comment_on_ticket.pl
- examples/create_ticket.pl
- examples/create_user.pl
- examples/edit_custom_field.pl
- examples/edit_ticket.pl
- examples/edit_user.pl
- examples/list_attachments.pl
- examples/list_tickets.pl
- examples/list_transactions.pl
- examples/list_transactions_rt.pl
- examples/report-bug-to-cpan.pl
- examples/search_tickets.pl
- examples/show_attachment.pl
- examples/show_queue.pl
- examples/show_ticket.pl
- examples/show_transaction.pl
- examples/show_user.pl
- examples/take_ticket.pl