填充>工作项中的字段
我创建了一个名为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在字段名称下尝试过此操作。
Have you tried this, under the field name.
好吧,我将在这里回答我自己的问题:)
为了填充 validusers 组合框,我们决定授予域用户组对 Valid Users TFS 组的访问权限。涉及一些安全风险,例如,
因此任何走这条路线的人都应该检查这些安全问题是否可以接受
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.
So anyone going down this route should check if these security issues are acceptable