List of Work Items Ready for Acceptance in TFS

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.

+4
source share
2 answers

You can create a work item with a direct link request that looks like this:

enter image description here

Please note that I used reverse task checking. A search for stories in which tasks are performed or deleted does not exclude stories in which there are still tasks to be performed or performed. But looking at stories that don’t have tasks that need to be done or in the process, leaves stories that don’t have tasks or only has tasks deleted or completed.

Note that this will not look for stories with open tasks when tasks are nested. The only way to get this is to use a SQL query to the repository.

, eBacklog, . , , ( )

enter image description here

Agile TFS, . (: Visual Studio Online)

+5

" " " "

, . , , , ..

enter image description here

+1

All Articles