[rt-users] RT CLI tool features

Jesse Vincent jesse at bestpractical.com
Tue Nov 15 12:20:02 EST 2005




On Fri, Nov 11, 2005 at 09:59:13AM -0600, Travis Campbell wrote:
> On Thu, Nov 10, 2005 at 10:23:11PM -0500, Jesse Vincent wrote:
> > 
> > 
> > 
> > On Thu, Nov 10, 2005 at 10:02:13AM -0500, Roland, Ryan M wrote:
> > > Speaking of the RT CLI tool, are there plans to extend its functionality
> > > any?  For example, how about adding the ability to set custom field
> > > values?  Or perhaps to specify a local file to add as an attachment to a
> > > ticket...
> > 
> > Patches are most certainly welcome.
> > 
> 
> Jesse,
> 
> Do you have any documentation on the REST interface that you've
> implemented? 

Only as comments in the code.

> Or even the particular docs on REST (in general) that you
> worked from?

It's basically that "GET" gets you the current version of a resource and
"POST" updates a resource. RT's implementation uses RFC822 style
messages, though in the past couple years, XML has become the defacto
standard.


> Travis
> 
> -- 
>  Travis Campbell  -  Unix Systems Administrator =    travis at mpdtxmail.amd.com
>     5900 E. Ben White Blvd, Austin, TX 78741    =     travis.campbell at amd.com
>     TEL: (512) 602-1888  PAG: (512) 604-0341    = webmaster at mpdtxmail.amd.com  
> =============================================================================
>       "Does anything work as expected?"  Yes.  An axe through the CPU.
> 

-- 



More information about the rt-users mailing list