【发布时间】:2018-02-19 13:20:26
【问题描述】:
我目前正在使用 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
为此,我在邮递员 GET 中使用此链接
http://apactfs.cbre.com:8080/tfs/cbre.apac.applications/_apis/wit/workitems/61092?$expand=all&api-version=1.0
我得到了所有与之相关的任务,但没有得到所有的字段,例如任务中的小时数,我想要的任务的用户。
在 Postman 中,我通过 GET 链接点击了 id http://apactfs.cbre.com:8080/tfs/cbre.apac.applications/MRI_SCRUM_GIT/_workitems?_a=edit&id=61092&api-version=1.0
【问题讨论】:
标签: rest tfs postman azure-devops-rest-api