是否可以在 Azure DevOps 中编辑选项 ==> 字段的默认值
Is it possible to edit Options ==> Default Value for Field in Azure DevOps
我创建了一个新字段 "Reporter Name",定义类型为 "Identity"。我想将选项 => 默认值从 "Set the Default value to the user updating the work item" 更改为 "the user who created the work item"。
我希望将此字段设置为创建它的用户,并且在其他人更新该字段时不会更改。
您没有此选项,但有一个解决方法:
选择"Set the Default value to the user updating the work item"。
创建新规则:
条件:当"No change was made to the value of ...""Reporter"
操作: "Make read-only ..." "Reporter"
现在,当用户创建工作项时,字段值将为该用户,当他保存工作项时,该字段变为 read-only 且无法更改。
当我创建工作项时:
保存后:
我创建了一个新字段 "Reporter Name",定义类型为 "Identity"。我想将选项 => 默认值从 "Set the Default value to the user updating the work item" 更改为 "the user who created the work item"。
我希望将此字段设置为创建它的用户,并且在其他人更新该字段时不会更改。
您没有此选项,但有一个解决方法:
选择"Set the Default value to the user updating the work item"。
创建新规则:
条件:当"No change was made to the value of ...""Reporter"
操作: "Make read-only ..." "Reporter"
现在,当用户创建工作项时,字段值将为该用户,当他保存工作项时,该字段变为 read-only 且无法更改。
当我创建工作项时:
保存后: