zeeple
zeeple

Reputation: 5617

TFS Query for Individual Daily Completed Work

My company uses TFS to manage our Agile workflow. I would like to build a TFS query that will show which individual team members reduced the Remaining Work field on Tasks assigned to them. Alternatively (or in addition) I'd like to build a query to show which individual team members increased the Completed Work field on Tasks assigned to them. Is this possible in TFS?

Upvotes: 1

Views: 400

Answers (1)

Scrummy Dummy
Scrummy Dummy

Reputation: 26

I think that because you cannot have time based statements in your query (what was the Remaining Work yesterday, for example) you are not going to be able to compare a field from today with a field from yesterday. TFS simply does not have this capability (at least in the web access view).

Upvotes: 1

Related Questions