How to create a custom widget using TFS data?

2k views Asked by At

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.

1

There are 1 answers

0
Matt On BEST ANSWER

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:

Browse for 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.