填充>工作项中的字段

发布于 2024-08-28 14:41:25 字数 271 浏览 5 评论 0原文

我创建了一个名为 Project 的新 WorkItem,其中包含一个名为 Business Owner 的字段,该字段可以是任何域用户。

该字段是使用 WorkItem XML 语法和标签创建的。我有一个问题,只有 TFS 有效用户(顾名思义:))才会在 Visual Studio 表单中显示组合框。

有什么方法可以让该框包含所有域用户,而不必向所有用户授予一些 tfs 读取访问权限?如果不是,那么我可以在 TFS 中向所有域用户提供的最小访问权限是多少?或者还有其他我无法注意到的方式吗?

I've created a new WorkItem named Project that contains a field named business owner which can be any domain user.

The field was created using the WorkItem XML syntax using the tag. I have a problem that only TFS valid users (as the name suggests :)) show up the the combobox in the Visual Studio form.

Is there any way for me to let that box contain all domain users without having to give all users some tfs read access ? If not then what is the minimum access that I can apply in TFS that I can give to all domain users ? Or is there some other way that I can't notice ?

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

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

发布评论

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

评论(2

少女情怀诗 2024-09-04 14:41:55

您是否在字段名称下尝试过此操作。

<SUGGESTEDVALUES expanditems="true">
  <LISTITEM value="{DOMAIN_ NAME}\Domain Users"/>
</SUGGESTEDVALUES>

Have you tried this, under the field name.

<SUGGESTEDVALUES expanditems="true">
  <LISTITEM value="{DOMAIN_ NAME}\Domain Users"/>
</SUGGESTEDVALUES>
雨落□心尘 2024-09-04 14:41:46

好吧,我将在这里回答我自己的问题:)

为了填充 validusers 组合框,我们决定授予域用户组对 Valid Users TFS 组的访问权限。涉及一些安全风险,例如,

  1. 用户可以查看工作项查询,但搜索不会返回任何结果。
  2. 用户将能够查看构建结果和构建日志的链接,但是您可以在构建放置位置应用 Windows 级别安全性
  3. 。无法访问 WSS 或报告站点

因此任何走这条路线的人都应该检查这些安全问题是否可以接受

Alright, I'll answer my own question here :)

In order to populating the validusers combobox we decided on giving the domain users group access to the Valid Users TFS group. There are some security risks involved, e.g.

  1. Users are able to see Work Item queries but searching will not return any results
  2. Users will be able to see build results and links to build logs, you can however apply windows level security on build drop locations
  3. Users will not have access to WSS or Report sites

So anyone going down this route should check if these security issues are acceptable

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