限制访问工作项中的字段
我花了很长时间致力于自定义 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您想使用
READONLY
指定了for
\notfor
的字段。例子:
I think you want to use a
READONLY
field with afor
\notfor
specified.Example: