【发布时间】:2018-07-24 14:47:37
【问题描述】:
我目前正在使用 TFS API,其链接为
https://www.visualstudio.com/en-us/docs/integrate/api/wit/work-items#byids
目前,在我的项目中,我想访问所有迭代路径= MRI_SCRUM_GIT http://apactfs.cbre.com:8080/tfs/CBRE.APAC.Applications/MRI_SCRUM_GIT/_workitems?_a=edit&id=61092 的工作项
目前,我在postman GET 中找到了一个编号为 6109 的工作项
http://apactfs.cbre.com:8080/tfs/cbre.apac.applications/_apis/wit/workitems/61092?$expand=all&api-version=1.0
【问题讨论】:
标签: rest api tfs postman azure-devops-rest-api