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

2007-07-06 Thread Jeff Stark
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 responses. Here is an example

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

2007-07-06 Thread Kenneth Marshall
} = Sev 3') -bash: syntax error near unexpected token `(' - Stark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL 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

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

2007-07-06 Thread Kenneth Marshall
: ''. -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 Custom Fields Why are you putting the value in parentheses? The simple string in single

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

2007-07-06 Thread Jeff Stark
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 Custom Fields Why are you putting the value in parentheses? The simple string

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

2007-07-06 Thread Jeff Stark
: [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 06, 2007 at 07:43:25AM -0700, Jeff Stark

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

2007-07-06 Thread Kenneth Marshall
= '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 Users Subject: Re: [rt-users] RT CLI and Custom Fields Wow. The next step for me would

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

2007-07-06 Thread Jeff Stark
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 wrote: Strangely enoughthis works

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

2007-07-06 Thread Kenneth Marshall
thoughts...thanks again for all of your help so far. - Stark -Original Message- From: Kenneth Marshall [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 11:00 AM To: Jeff Stark Cc: Kevin Falcone; RT Users Subject: Re: [rt-users] RT CLI and Custom Fields Do any of the CLI custom

[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

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.{Severity

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 responses. Here is an example