Re: [rt-users] Fwd: Parent/Child relationships for tickets in RT REST

2013-05-21 Thread Landon
On 20 May 2013 11:26, Thomas Sibley wrote: > On 05/19/2013 06:56 PM, John Kelsh wrote: > > Hi Landon, > > > > HasMember & MemberOf should create a Parent/Child relationship shouldn't > > it? > > Yes, those are the internal names, for better or worse. I don't know > about the internals of RT::Cli

Re: [rt-users] Fwd: Parent/Child relationships for tickets in RT REST

2013-05-20 Thread Thomas Sibley
On 05/19/2013 06:56 PM, John Kelsh wrote: > Hi Landon, > > HasMember & MemberOf should create a Parent/Child relationship shouldn't > it? Yes, those are the internal names, for better or worse. I don't know about the internals of RT::Client::REST, but RT's REST interface will accept Parent/Child

Re: [rt-users] Fwd: Parent/Child relationships for tickets in RT REST

2013-05-19 Thread John Kelsh
Hi Landon, HasMember & MemberOf should create a Parent/Child relationship shouldn't it? John On 19/05/13 8:25 AM, Landon wrote: Hello, I also posted this on rt-devel but it's not really a development of RT issue. More like a REST interface issue. I hope it's OK that I'm crossposting it here

[rt-users] Fwd: Parent/Child relationships for tickets in RT REST

2013-05-18 Thread Landon
Hello, I also posted this on rt-devel but it's not really a development of RT issue. More like a REST interface issue. I hope it's OK that I'm crossposting it here. I'm writing some perl that analyzes new Incident Reports in RTIR and looks for related Incidents that might already exist. I cann