Search code examples
azure-devopsbooleanworkitem

is it possible to change the text of boolean field?


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!


Solution

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

    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:

    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).

    So if you want to appear as in progress/finish, you need to use Picklist (string) type field.

    enter image description here