Team Foundation Server:创建 UI 组件作为代码签入的一部分

发布于 2024-12-11 04:58:43 字数 290 浏览 0 评论 0原文

我们的组织正在使用 Team Foundation Server。目前,开发人员正在手动将问题跟踪引用添加到他们的签入评论中。我们有一个自定义签入政策,强制将有效的参考添加到评论中。

我希望能够为用户提供一个用户友好的对话框/UI 组件,允许他们从列表中选择一个问题,然后将参考以所需的格式插入到评论框中。

我们主要使用 Visual Studio 2010,但仍有一些开发在 Visual Studio 2008 上进行。问题跟踪软件是一款名为 OnTime 的第三方软件。

这可能吗?有人可以帮我指出正确的方向吗?

Our organisation is using Team Foundation Server. At the moment, developers are manually adding issue tracking references to their check-in comments. We have a custom check-in policy that enforces a valid reference has been added to the comments.

What I'd like to be able to do is provide the user with a user friendly dialog/UI component that allows them to select an issue from a list which will then insert the reference, in the required format, into the comment box.

We are mainly using Visual Studio 2010 but some development still happens on Visual Studio 2008. The issue tracking software is a 3rd party one called OnTime.

Is this possible? Can someone help point me in the right direction.

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

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

发布评论

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

评论(1

噩梦成真你也成魔 2024-12-18 04:58:43

哎哟!它就像创建表单实例并在 Evaluate 方法中调用 ShowDialog 一样简单。

Doh! It was as simple as creating an instance of a form and calling ShowDialog within the Evaluate method.

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