This query return defects from a single project:
QueryRequest defects = new QueryRequest("defect");
defects.setProject("https://rally1.rallydev.com/slm/webservice/1.37/project/5022032422.js");
I would like to narrow down the result to a single story. Basically return defects associated with a single story. How can I do that?