Appointment Module - Unable to schedule an appointment

When I was trying to create an appointment under the Appointment Scheduling =>Manage Appointments section of the reference application, I couldn’t do it. The screen shots 1=>2=>3 show the error and looking at the openmrs logs it said “Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column ‘end_date’ cannot be null”. I am not able to figure out what is the problem.

Here is the link to the logs : INFO - LoggingAdvice.invoke(116) |2020-01-02 20:52:25,297| In method Appointment - Pastebin.com And I have added the screenshots. Any help is welcomed.

Hii @aman, I think you forgot to add the end date for appointment. Try adding it and check if it works

To me it appears that the date parameters are optional since the slot parameters provide entire information regarding the appointment. Still I tried providing the dates and still the error exists.

Anybody has any ideas so as to why it is happening? I am stuck at this.

Should I add this as an issue?