planned duration in rm_sprint is not working

Balakrishna_ABK
Tera Guru

Akhil7842_0-1692964038710.png

 

planned duration (duration) in sprint (rm_sprint) is always showing 1 instead of calculated value. How to fix it ?

 

2 REPLIES 2

Prashant Ahire
Kilo Sage

Hi @Balakrishna_ABK ,

Use a script something like this:

var dur = new GlideDuration(current.u_hour * 60 * 60 * 1000); //u_hour is the integer field which has hours

 

current.planned_duration = dur;

 

Regards
Prashant Ahire

but OOB it is calculating values in my PDI. There is issue with customer instance