Reputation: 513
I would like to know if it is possible to create a custom TFS widget using data from my TFS Queries. The idea is to create a widget with a table where I will show the projects and the progress of the tasks involved for each one. I already have a query that brings to me this info, but I don't know if it is possible to build the HTML table and populate it with this query data.
Upvotes: 4
Views: 2065
Reputation: 1240
You should be able to create a dashboard widget by creating a Team Foundation Server Extension. In the top right corner of your TFS web portal, you should see a button that allows you to browse extensions:
From here, you can access links for developing extensions or searching the marketplace for extensions:
I recommend searching the marketplace for tag: "Dashboard Widgets" to see examples of custom TFS widgets.
Upvotes: 4