I need to write a query to extract from Rally the user stories (HierarchicalRequirement) with a given value for a custom field and release name, ordering them by their iteration end-date first and user story rank as second parameter, in a Java application.
I can write the working query itself, but the order condition on the iteration end date doesnt work *the condition on the rank is straightforward: "Rank desc")
To order by iteration end date I passed to the "order" parameter of the SOAP API the string "Iteration.EndDate desc" but it doesnt work.
What's wrong with this?