I've setup a story board where the swimlanes are based on stories. I've painstakingly gone through the process of converting RFCs, tasks and bugs into their sub equivalents and then linked them to a parent story in order to display them inside these new swimlanes.
The filter query being used is
project = *** AND status not in (Closed) AND type in ("Sub-Bug/Error", Sub-RFC, Sub-task, RFC, Task, "Bug/Error") ORDER BY priority DESC
This causes the tasks within a story's swimlane to be sorted by priority but not the stories themselves.
So the question i have is, what determines the ordering of the stories within this board and how can i configure this board to order the swimlanes based on the priority of the story?