VSTS REST API:401未经授权的工作项API

时间:2017-03-25 19:33:17

标签: azure-devops azure-devops-rest-api

我在尝试查询VSTS'work item API时收到echo setting error based on some condition set errorlevel=2 if errorlevel 2 ( echo Error logic ) 。例如:

401 Unauthorized

另一方面,我可以很好地查询其他端点,例如:

https://{account}.visualstudio.com/DefaultCollection/_apis/wit/workitems/8622

我正在使用Basic Authentication,根据文档,这应该不是问题。我还允许令牌上的所有范围。

2 个答案:

答案 0 :(得分:0)

确保您在清单的范围部分中包含vso.workvso.work_write

请参阅the manifest reference的范围部分。

答案 1 :(得分:0)

手动创建 PAT 时,请确保启用该 PAT 所需的范围

您无法查询工作项,因为范围 Read 未启用 对于工作项

在创建 PAT 时