Ferri
Ferri

Reputation: 505

TFS - Create chart with all check in by day

I want to make a chart with all Check In in days in my TFS.

I'm using Visual Studio online and I make the next query

In my taks I can see the changeset in LINKS tab but I only see the column "Related Count Item" but this only show the numbers of tasks asociate to my backlogs. I don't know how to get the changeset count.

Changeset in my task

I want to have a chart like this but showing the numbers of check ins in a day. This are showing the number of related task added every day.

enter image description here

Upvotes: 1

Views: 1012

Answers (1)

This is not yet available in VSO. You would need to get the data from the API and build the chart yourself. The data should be available in the rest API, and in the object model.

https://www.visualstudio.com/en-us/integrate/api/overview

Upvotes: 1

Related Questions