As titled
I try to use the query
(Tasks.length = 0)
or
(Tasks = null)
but no luck so far
|
|
|
In Rally's WSAPI you cannot query an object based upon the content of a child collection. This means that you cannot find stories that have no tasks or a specific task or anything like that. The same holds true for finding if a story has any children. It is something we have played with internally but we don't have any solution to this issue on our short term backlog. |
|||||||||||
|
|
assuming you are estimating your tasks - this grid query might work: ((CreationDate > 2012-5-01) AND (TaskEstimateTotal < 1)) Note I was using CreationDate to get a smaller set of stories, but you don't have to do that. Hope that helps. |
|||
|
|