Is there anyway to automatically paste screenshots into TFS 2010 Web access for bugs? I don’t want to have to save the screenshots into files and then add them as an attachment. This takes a while to do this. I just want to quickly add them to the bug.
Is there anyway to automatically paste screenshots into TFS 2010 Web access for bugs?
Share
I don’t think you can.
See this similar (possibly not identical) question on MSDN forums:
In response to:
The answer was (repeatedly stated):
Or, DIY and write an application
TFS exposes an API that you could use to create your own tool, rather than using their web access. See this question for how to implement that particular piece (adding attachments):
Upload a file using TFS Client APIs