【问题标题】:how to write a VSTS query that shows the teams discussion counts?如何编写显示团队讨论次数的 VSTS 查询?
【发布时间】:2017-11-11 13:04:26
【问题描述】:

我们想编写一个查询来显示 VSTS 任务中每日 cmets 的用户计数。我们怎么能做到这一点?

我们应该使用哪个 API?

【问题讨论】:

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


    【解决方案1】:

    Work Item Comments REST API可以查询cmets,例如:https://[account].visualstudio.com/DefaultCollection/_apis/wit/workitems/[work item id]/comments?api-version=3.0-preview

    因此,您可以使用此 REST API 构建一个应用来进行报告,您还可以自定义扩展以使用此 REST API 显示数据:Write your first extension for VSTS

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-08-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-05-19
      • 1970-01-01
      相关资源
      最近更新 更多