Project states how as '2' even though no state choice has a value of 2Issue On Projects you are seeing that on the form state value is showing as '2' with no Choice Label. In your instance, you may notice no choice exists for a value of 2. OOB, the state choice for 2 is 'Work in Progress'. Although it is not recommended to remove or modify OOB state choices (-5,1,2,3,4,7) it may be required or occur regardless.CauseOne reason you may see a Project state choice with a value of '2' is if: The task/pm_project* state choice with a value of 2 is removed or inactiveThe UI Action for Project's 'Start Project' is used The 'Start Project' UI Action applies a state value of 2 to a Project (Work in Progress) when used. Naturally, if that choice does not exist, the value would be forced. *OOB, State choices do not exist for pm_project (state choices are inherited from the task table). However, it is quite common to add state choices to pm_project that match task.ResolutionAs 'Start Project' is OOB, you may wish to follow either step: Modify the 'Start Project' UI Action to set the state value to a value that matches your current configurations. Remember, '2' OOB is Work in Progress, so it would be recommended to use a work_in_progress type state. This would require customizing the UI Action.Modify or create a state that has a value of 2. Typically, this is not recommended on live instances. If you have not yet gone live, this may be the best of the two options. *Overall, the issue seen here would undoubtedly be caused by modifying or deleting OOB State choices. As is, please note that support may be limited.