-1

we want to write a query that displays the counts of users daily comments in VSTS tasks. How can we do that?

Which API should we use ?

Community
  • 1
  • 1
Rıfat Erdem Sahin
  • 1,738
  • 4
  • 29
  • 47

1 Answers1

1

There is the Work Item Comments REST API that can query the comments, for example: https://[account].visualstudio.com/DefaultCollection/_apis/wit/workitems/[work item id]/comments?api-version=3.0-preview.

So, you can build a app to do report with this REST API, you also can custom extension to show data with this REST API: Write your first extension for VSTS

starian chen-MSFT
  • 33,174
  • 2
  • 29
  • 53