Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The field 'State' contains the value 'Approved' that is not in the list of supported values

I am working with the Scrum workflow in TFS (Visual Studio 2017) and the only available value for the state is New when I would be expecting Approved, Committed and Done.

Why are they missing? How could I solve this?

enter image description here

like image 965
Franco Galindo Avatar asked Oct 25 '25 06:10

Franco Galindo


1 Answers

The transitions between the different states of the work items are defined thanks to a specific workflow.

You have to save your work item with the "new" state before being able to modify its state to other states like Approved for example.

You can find more information at this page : https://learn.microsoft.com/en-us/vsts/boards/work-items/workflow-and-state-categories?view=vsts

like image 139
PatriceVB Avatar answered Oct 27 '25 01:10

PatriceVB