限制访问工作项中的字段

发布于 2025-01-05 08:53:23 字数 227 浏览 1 评论 0原文

我花了很长时间致力于自定义 TFS 工作项模板。但我无法找到您可以限制模板中的特定字段 - 比如说“优先级” - 取决于用户。我的意思是我有 TFS 用户 A、B、C 和 D,并且我有这样的要求 - Priority 字段只能由 A 和 B 更改。我尝试使用 VALIDUSER 规则优先领域但未能成功。

I am working on customizing TFS workitem template for quite a while. But I am not able to find anyway in which you can restrict particular field in template - say "Priority" - depending on user. I mean I have TFS users A,B,C and D and I have requirement like - Priority field should be changeable only by A and B. I tried using VALIDUSER rule on Priority field but failed to succeed.

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

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

发布评论

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

评论(1

月牙弯弯 2025-01-12 08:53:23

我认为您想使用 READONLY指定了 for \ notfor 的字段。

例子:

<READONLY for="DevelopmentUserGroup" notfor="AdminUserGroup" />

I think you want to use a READONLY field with a for \ notfor specified.

Example:

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