query on custom field via webservice
Posted
by
Roberto Parrotto
on Stack Overflow
See other posts from Stack Overflow
or by Roberto Parrotto
Published on 2012-06-22T16:28:50Z
Indexed on
2012/06/25
15:16 UTC
Read the original article
Hit count: 180
I customized the content of Defect in my Rally workspace adding a new custom field.
This custom field is of type string, its name is CustomTest and its display name is CustomAttribute.
I added the value "test" on a defect, but I can't create a working query on that custom field (I'm developing in Java and using the ws api for rally).
the query I tried are
String query8 = "(CustomAttribute = \"test\")"; String query9 = "(CustomAttribute = \"test\")";
© Stack Overflow or respective owner