rally - Querying attributes where value is not yet set -



rally - Querying attributes where value is not yet set -

any of guys know how query rally set of things string attribute value not yet set? can’t query value equal empty string. doesn’t parse. , can’t utilize “null” either. or rather, can seek “null” , parses fine doesn’t result in finding anything.

query = @rally_api.find(:defect, :fetch =>true, :project_scope_up => false, :project_scope_down => false, :workspace => @workspace, :project => @project) { equals :integration_i_d, "" }

this followed telling me substitute "" nil didn't work. null tried no success well. i've tried "null" , null , "". none of them work.

i'm not familiar our ruby rest toolkit straight hitting our wsapi, (<field> = null). notice there no quotes around "null".

also, i'm wondering if utilize of contains in illustration above wanted. might want =.

rally

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -