How to get the list of all “Change Sets” of a user in TFS?

前端 未结 4 1154
遇见更好的自我
遇见更好的自我 2021-01-30 08:38

I just want to get the list of all change sets of a user in TFS. I want only the id of the change set, and a link to all items which are being checked in as part of that change

4条回答
  •  有刺的猬
    2021-01-30 09:17

    Besides option presented by Richard, you can also do that from within VS using the "Changesets" option:

    enter image description here

    It's also possible to do it via the API. I can provide a short snippet, if you're interested.

提交回复
热议问题