I have a Pie chart as follows:
It has slices representing count of Work Items
by State
. When I click a slice, I'm taken tot he query result showing all work items instead of filtered to clicked state:
Here is the query:
What do I have to change here to get a filtered result instead of all?
You can use the "Filter work item" option in the top right corner to filter the status of work items.
As of this time, however, clicking on a slice and then displaying work items of that status is not supported. When you click on the chart, you essentially open the query used by the chart.
So you need to manually filter your desired status after clicking. In addition to status, it also supports filtering of information such as Assigned to, Tags, and so on.