Standard Change has a blank actual end date when closing the change requestIssue In standard change the actual close end date is blank when closing the change request which is not similar to the normal and emergency change management processing which is having the actual end date when the normal and emergency change is closed Steps to reproduce: 1.Create a standard change request 2.Click on request approval ui action where the state is changed to access 3.Approve the approvals and then the state changes to authorize 4.Click on implement where state changes to implement 5.Check for the review ui action where you cannot find it if the state is removed and action is removed 6.Close the change and observe that actual end date under schedule tab is not autopopulatedCauseThe Actual end date is autopopulated based on the state of the change request when the state is set to review there is script include which is defined for every type of change like normal,standard and emergency which is used to check if the actual end date i.e work_end is empty and then autpopulate the value based on the scriptResolutionThere is no review state present in the standard change where the script based on that state is not setting the fieldsBased on the review state there is a script include 'ChangeRequestStateModelSNC_standard' the actual end date is auto populatedAdding the review state in the process of standard change management would resolve the issueRelated LinksCheck if the script include :ChangeRequestStateModelSNC_standard is customised Check if the value of the state dictionary for the review value is changed