开发者

In TFS how do I pull all the items that were assigned to me between certain dates in the past?

I am trying to figure out the way to pull all the items that were on my plate between certain dates. Is this possible? Could you please help me to figure out how to write a qu开发者_如何学Pythonery for that? Thanks.


The best that I know how to do is to set 'Assigned To' Was Ever @Me, then manually scan the list of work items returned (setting other fields as necessary to filter the results). In the UI, at least, there isn't a way to query on historical data.


You can do this via query window as well, below is my query that i use to see what have i been working on in the past two sprints.

In TFS how do I pull all the items that were assigned to me between certain dates in the past?

This will give you any tickets you worked on regardless of who they are currently assigned to (system test / uat or whatever).

You can add more clauses and have Changed Date > xxx AND ChangedDate < xxx to find what you are looking for in any given dates.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜