Re: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Kenneth Marshall
> > > > /opt/rt3/bin/rt list -i "Status = 'in-review' AND Resolved < '2 days > > ago'" > > > > -Stark > > > > > > -Original Message- > > From: Kenneth Marshall [mailto:[EMAIL PROTECTED] > > Sent:

RE: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Jeff Stark
ff Stark Cc: Kevin Falcone; RT Users Subject: Re: [rt-users] RT CLI and Custom Fields Do any of the CLI custom field queries work? Is the rt command using the correct RT URL? These errors look similar to ones I received with RT 3.4. Ken On Fri, Jul 06, 2007 at 07:52:45AM -0700, Jeff Stark wro

Re: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Kenneth Marshall
i "Status = 'in-review' AND Resolved < '2 days > ago'" > > -Stark > > > -Original Message- > From: Kenneth Marshall [mailto:[EMAIL PROTECTED] > Sent: Friday, July 06, 2007 10:47 AM > To: Jeff Stark > Cc: Kevin Falcone; RT Use

RE: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Jeff Stark
vin Falcone; RT Users Subject: Re: [rt-users] RT CLI and Custom Fields Wow. The next step for me would be to run the CLI rt in debug mode and check that the commandline arguments are being passed in correctly. It may be that you need to do some more escaping to have it work. Ken On Fri, Jul 0

Re: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Kenneth Marshall
Severity Level} = 'Sev > 3'" > rt: Invalid query: ''. > Invalid query: ''. > > > -Stark > > > > -Original Message- > From: Kenneth Marshall [mailto:[EMAIL PROTECTED] > Sent: Friday, July 06, 2007 10:18 AM > To

RE: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Jeff Stark
el} = 'Sev 3'" rt: Invalid query: ''. Invalid query: ''. -Stark -Original Message- From: Kenneth Marshall [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 10:18 AM To: Jeff Stark Cc: Kevin Falcone; RT Users Subject: Re: [rt-users] RT CLI and C

Re: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Kenneth Marshall
7;CF.{Severity Level} = > "Sev 3"') > -bash: syntax error near unexpected token `(' > > > - Stark > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kevin > Falcone > Sent: Thursday,

RE: [rt-users] RT CLI and Custom Fields

2007-07-06 Thread Jeff Stark
L PROTECTED] On Behalf Of Kevin Falcone Sent: Thursday, July 05, 2007 3:59 PM To: RT Users Subject: Re: [rt-users] RT CLI and Custom Fields On Jul 5, 2007, at 3:16 PM, Jeff Stark wrote: > has anyone successfully used the CLI to query RT Custom fields? I > found a few posts, but with no re

RE: [rt-users] RT CLI and Custom Fields

2007-07-05 Thread Jeff Stark
Subject: Re: [rt-users] RT CLI and Custom Fields On Thu, Jul 05, 2007 at 03:59:28PM -0400, Kevin Falcone wrote: > > On Jul 5, 2007, at 3:16 PM, Jeff Stark wrote: > > >has anyone successfully used the CLI to query RT Custom fields? I > >found a few posts, but with no resp

Re: [rt-users] RT CLI and Custom Fields

2007-07-05 Thread Kenneth Marshall
On Thu, Jul 05, 2007 at 03:59:28PM -0400, Kevin Falcone wrote: > > On Jul 5, 2007, at 3:16 PM, Jeff Stark wrote: > > >has anyone successfully used the CLI to query RT Custom fields? I > >found a few posts, but with no responses. > > > >Here is an example: > > > >/opt/rt3/bin/rt list -i ('CF.{S

Re: [rt-users] RT CLI and Custom Fields

2007-07-05 Thread Kevin Falcone
On Jul 5, 2007, at 3:16 PM, Jeff Stark wrote: has anyone successfully used the CLI to query RT Custom fields? I found a few posts, but with no responses. Here is an example: /opt/rt3/bin/rt list -i ('CF.{Severity Level}' = 'Sev 3'") This works fine for me ./bin/rt ls -i 'CF.{foo} = "ba

[rt-users] RT CLI and Custom Fields

2007-07-05 Thread Jeff Stark
has anyone successfully used the CLI to query RT Custom fields? I found a few posts, but with no responses. Here is an example: /opt/rt3/bin/rt list -i ('CF.{Severity Level}' = 'Sev 3'") I always receive this error: -bash: syntax error near unexpected token `(' Thanks, - Stark _