Finding changesets associated with the work item or having specific comment TFS Api

前端 未结 3 1445
后悔当初
后悔当初 2021-01-15 11:53

I\'m trying to find all changesets associated with the work item using Microsoft.TeamFoundation.WorkItemTracking.Client. Using query I was able to get the information about

3条回答
  •  广开言路
    2021-01-15 12:28

    Check the REST API:

    GET https://{instance}/defaultcollection/_apis/tfvc/changesets/{id}?api-version={version}[&includedetails={boolean}&includeworkitems={boolean}&includesourcerenames={boolean}&maxchangecount={int}&maxcommentlength={int}]
    

提交回复
热议问题