planned duration in rm_sprint is not working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 04:53 AM
planned duration (duration) in sprint (rm_sprint) is always showing 1 instead of calculated value. How to fix it ?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 05:11 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 05:14 AM
but OOB it is calculating values in my PDI. There is issue with customer instance