将屏幕截图粘贴到 TFS 2010 Web 访问中以查找错误

发布于 2024-11-17 06:19:25 字数 98 浏览 0 评论 0原文

是否有办法自动将屏幕截图粘贴到 TFS 2010 Web 访问中以查找错误?我不想将屏幕截图保存到文件中,然后将其添加为附件。这需要一段时间才能完成。我只是想快速将它们添加到错误中。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

后知后觉 2024-11-24 06:19:25

我认为你不能。

请参阅 MSDN 论坛上的类似(可能不相同)问题:

回复:

现在,当将任务添加到 TFS 2010 中时,我可以使用橱柜从 OneNote“复制/粘贴”到 TFS。但随后图像将作为链接存储到我的本地计算机,而不是存储在 TFS 服务器中。

答案是(反复陈述):

正如我在之前的回复中所说,我们应该将图像作为附件添加到工作项中。在VS中打开工作项,单击“附件”选项卡,然后单击“添加”浏览您的图像,图像将存储在TFS服务器中。

或者,DIY 并编写一个应用程序

TFS 公开了一个 API,您可以使用它来创建自己的工具,而不是使用他们的 Web 访问。有关如何实现该特定部分(添加附件)的信息,请参阅此问题:

上传文件使用 TFS 客户端 API

I don't think you can.

See this similar (possibly not identical) question on MSDN forums:

In response to:

Now, when adding the task into TFS 2010 , I can use the cupboard to “copy/Paste” from OneNote to TFS. But then the image is stored as a link to my local machine and not stored in TFS server.

The answer was (repeatedly stated):

As I said in my previous reply, we should to add the images as attachment into Work Items. Open Work Item in VS, click Attachments tab, then click Add to browse your images, the images will store in TFS Server.

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

一腔孤↑勇 2024-11-24 06:19:25

在 Visual Studio 2010 中,您可以转到“附件”选项卡并使用 CTRL-V 粘贴屏幕截图。
将自动创建一个名为“screenshot.png”的附件。

In Visual Studio 2010 you can go to the Attachments Tab and paste your screenshot using CTRL-V.
An attachment called 'screenshot.png' will automatically be created.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文