How to mandate the time spent in worklogs ?

How to mandate the time spent in worklogs ?

Please follow the below steps :

Connect to DB and execute the below query

select * from GlobalConfig where parameter='AllowNullTimeEntry';

if its true , next step, execute :

update globalconfig set paramvalue='false' where parameter='AllowNullTimeEntry';

restart the services.