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} = "bar"'
-kevin