【发布时间】:2016-08-18 12:10:50
【问题描述】:
我们最近将 TFS 2012 升级到 TFS 2015 Update 1,我想使用新的 TFS REST API 来检索测试用例/计划。
所以我使用以下 URL 对浏览器进行了快速测试,一切顺利:http://.../DefaultCollection/_apis/projects?api-version=1.0
但是当我尝试使用该 url 获取测试计划时: http://.../DefaultCollection/ProjectXYZ/_apis/test/plans?api-version=1.0
我得到以下错误:
{"$id":"1","innerException":null,"message":"TF400409: You do not have licensing rights to access this feature: Web-based Test Case Management","typeName":"Microsoft.TeamFoundation.Server.Core.MissingLicenseException, Microsoft.TeamFoundation.Server.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a","typeKey":"MissingLicenseException","errorCode":0,"eventId":3000}
那么我该如何激活那个“许可证”呢?
【问题讨论】: