Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我们的错误模板中创建了一个新字段,该字段具有 A、B、C、D 之类的值。现在我想为该特定字段设置权限,以便只有一组 TFS 用户可以更新它,而其他人将其视为只读。这样的事情可能吗?
您可以通过编辑工作项类型定义并编辑您的字段来做到这一点。切换到规则选项卡并添加“只读”规则。对于此规则,在 Not 文本框中插入允许的组,因此不会考虑此规则(描述字段的示例):
<FieldDefinition name="Description" refname="System.Description" type="HTML"> <READONLY not="[Project]\AllowedGroup" /> </FieldDefinition>