How to determine the work items associated with a source branch in TFS 2010?

后端 未结 1 373
清酒与你
清酒与你 2020-12-28 23:50

I check in in my source code in the development branch against work items. All checkins are required to have an associated work item. So when I view history on the branch, I

相关标签:
1条回答
  • 2020-12-29 00:04

    I don't think there is any command exists for this. The bestway is to use the Track Changeset feature in TFS2010. Check this MSDN library for more details:

    http://msdn.microsoft.com/en-us/library/dd405662.aspx

    In Track Changeset view, you can right click the Branch where changes originated and Click Changeset details which will open up the changeset details window. Here, you can check the associated workitems with that changes.

    0 讨论(0)
提交回复
热议问题