1

Is it possible to link from Visual Studio source files to a particular TFS issues, something like the following

void main() {  // Issue1
}              // Issue2  

.. where clicking on Issue1/2 auto opens associated TFS issue.

Maybe some extension exists to help on this?

Binding issue with particular source code block[s] comments will be helpful too.

Dmitry Sychov
  • 237
  • 7
  • 16

1 Answers1

0

http://www.wholetomato.com/products/sourcelinks/default2.asp looks like what you want and appears to support multiple bug trackers through api/plugins, however no TFS plug exists currently.

Betty
  • 9,109
  • 2
  • 34
  • 48
  • 1
    good link anyway, and there is a chance the devs will add tfs support, esp. with the coming free/affordable versions of tfs.. – Dmitry Sychov Feb 25 '12 at 13:13
  • @JohnSaunders because the developers expect people to extend themselves it to support their own bug trackers. It looks like it would take less than 30 minutes to add support tfs web-access with it, but a bit longer to support an in visual studio experience. – Betty Feb 25 '12 at 19:35