I am working with Visual Studio 2012 and TFS 2013. Is it possible to obtain the list of files affected by a workitem? Currently, using the Query Editor under Team menu, I am only able to get all the changests commited for a workitem but for a code-review it would be interesting to get also directly the list of affected files.
相关问题
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- Resharper 7 on VS2012 ignores assembly redirect in
- Error installing MVVMCross from nuget into a PCL
相关文章
- Visual Studio Hangs on Loading UI Library
- Is it possible to do a “destroy history” in TFS?
- “Csc.exe” exited with code -1073741819
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
- Add Fakes Assembly option missing
- Is it possible to create a docker container from T
In Source Control Explorer right click on a folder and on context menu "View History", will list all changeset's, select one and on Team Explorer show the informations about files changed.
You can get the same information by command line:
to show the windows don't use "/noprompt" parameter.
Try using TFS Sidekicks. You can search for work item and it will give you a consolidated view.