我目前正在使用TFS API,其链接为
https://www.visualstudio.com/en-us/docs/integrate/api/wit/work-items#byids
目前在我的项目中我想加入以下工作项目61092
http://apactfs.cbre.com:8080/tfs/CBRE.APAC.Applications/MRI_SCRUM_GIT/_workitems?_a=edit&id=61092
并且在Codable
我通过此链接Postman
发送了id
http://apactfs.cbre.com:8080/tfs/cbre.apac.applications/MRI_SCRUM_GIT/_workitems?_a=edit&id=61092&api-version=1.0
答案 0 :(得分:1)
由于您只想获得一个工作项,因此您应该参考该文档的这一部分:
https://www.visualstudio.com/en-us/docs/integrate/api/wit/work-items#get-a-work-item
在Postman
中,您应该使用以下链接GET
http://apactfs.cbre.com:8080/tfs/cbre.apac.applications/_apis/wit/workitems/61092?api-version=1.0