We are using Azure Devops Server and I have added a custom state called Tested to User Stories and bugs using the Witadmin tool. I have also added transitions to all other possible states. As you can see belo, my customized state is displayed perfectly in both the Bug form and the User story form.
But as you can see below, there is no way for me to map a Kanban board column to my customized state:
Is there somehting I have missed or is it not possible to map a board column to customized states?
Try to export ProcessConfiguration definition with command
witadmin exportprocessconfig
and update theRequirementBacklog
section for the WIT you modified. Specifically, make sure that theTested
state you want to have show up on the Kanban board totype="InProgress"
:Then use
witadmin importprocessconfig
command to import the ProcessConfiguration definition.