是否可以更改布尔字段的文本?

is it possible to change the text of boolean field?

在使用 Azure devops 时,将布尔字段添加到工作项,它显示为 true/false。我想将其更改为不同的文本(例如:“in progress/finish”)。可能吗?如果是怎么办?

谢谢!

i want to change it to different text (for example: "in progress/finish"). is it possible?

恐怕这是不可能的。布尔类型字段仅支持 true/false 值,并且该字段在工作项表单中显示为复选框。

这里是document你可以参考:

The field appears as a checkbox in the work item form. Check the box to indicate a True value. If you display the field on the Kanban or Taskboard, then the field values of True and False display (not a checkbox).

所以如果你想显示为in progress/finish,你需要使用Picklist (string)类型字段。