Agile board shows "null story(s) were incomplete" when trying to complete sprintIssue Agile board shows "null story(s) were incomplete" when trying to complete sprintCauseThis issue will be happening due to a missing Dictionary Entry Override attribute for the State field.The system looks for attributes of completed_states and cancelled_statesResolutionNavigate to "sys_dictionary_override.LIST"In the "Table" column search for "rm_story" and in the Column Name search for "state". Go to the record: /sys_dictionary_override.do?sys_id=7e7dd18def101000a7450fa3f8225622Update the Attributes field to the OOB one below:completed_states=3,cancelled_states=4,close_states=3;4,default_close_state=3,default_work_state=2,default_open_state=1,default_pending_state=-6,pending_states=-6,open_states=1,work_in_progress_states=2;-7;-8Save the form