While using Azure devops, adding a boolean field to a work item, it appear as either true/false. i want to change it to different text (for example: "in progress/finish"). is it possible? if so how?
thanks!
While using Azure devops, adding a boolean field to a work item, it appear as either true/false. i want to change it to different text (for example: "in progress/finish"). is it possible? if so how?
thanks!
Copyright © 2021 Jogjafile Inc.
I'm afraid this is impossible. The boolean type field only supports
true/false
value and the field appears as a checkbox in the work item form.Here is the document you can refer to:
So if you want to appear as
in progress/finish
, you need to usePicklist (string)
type field.