ticket search by dynamic field

Flavio Mattos <[email protected]>
Newsgroups gmane.comp.otrs.devel
Message-ID <CAGPFiXNYBpaDyYf_36j-bYa_M0UQDZVMSJHgr_cawrEeYacq-g@mail.gmail.com>
Hey!
I've been trying to use the generic interface to search tickets by a
dynamic field. I'm using java client.
It seems to be correct accordingly with the documentation. The problem is,
the search is returning all tickets instead of just
return the field XYZ = 'test'

is it a bug? What am I doing wrong?

Thanks

 Incoming data before mapping (2012-09-06 10:52:16, debug)

$VAR1 = {
  'DynamicField_XYZ' => {
    'Equals' => 'test'
  },
  'Password' => 'root',
  'UserLogin' => 'root@localhost'
};

  <http://192.168.20.168/otrs/index.pl#>
 Incoming data after mapping (2012-09-06 10:52:16, debug)

$VAR1 = {
  'DynamicField_XYZ' => {
    'Equals' => 'test'
  },
  'Password' => 'root',
  'UserLogin' => 'root@localhost'
};

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.