I created a dashboard on which I want to list out the tasks of a given project that are assigned and grouped by assignee. The saved manifest search query looks like:
In All Projects: <my project>
Group By: [Assignee]
Order By: [Priority]
That yields a nice list of tasks for the projects such as:
John Doe (2)
[ Refactor foo ]
[ Sync documentation ]
Alice (1)
[ Prepare deployment ]
I then created a Dashboard, added a Query Panel for Tasks and selected that saved query. That lists all the tasks ordered by priority but they are no more grouped by assignee.
I guess the issue is that Dashboard does not support a group by.