I am using TFS 2012 with Scrum 2.0 template. Here is what I am trying to do:
I want to have a list of all elements of the product’s procurement that are ready for appointment meetings with our software. But they are not accepted yet.
I am trying to do this by writing a work item request.
Here are my criteria:
List all PBIs (product elements and errors) where PBI is part of the current sprint (iteration = value I) and PBI.State is not "Done" (we will set it "after")
and where all the child tasks for the PBI are either “Deleted” or “Done”
These last criteria bring me down. I see how I can do this when any of the child tasks are executed, but I see no way to configure the filter so that all tasks are executed.
source
share