Project Status Report State does not match State as on ProjectIssue The Project state is different from Project status report created.CauseMore often than not there would be choices defined on the pm_project table which would not match the state choices on Task table. The State field on Status Reports is populated from choices on the state field for the Task table. When a new Status Report is created it takes the numeric value from the whatever pm_project state choice that you selected on the project form and then finds the numeric value for the choice on the task field. ResolutionMake sure that similar State choices with values (one to one mapping of choices on Project and Task table) are defined on Task table so that the report created maps the numeric value from Project State choice to that on Task table.