Change request ATF issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 01:04 AM
Hey Developers,
I have an ATF on change table.
I also have a BR, where actual start date == planned start date.(javascript:gs.hoursAgo(-24))
Now the problem is,
actual end date will be capturing the closure time of final ctask under the change request.
Due to which I get an error saying actual end date is before actual start date.
Below are filed values filled in change form.
Is there a way I can use(minutes or seconds?) Ex:- javascript:gs.minutesAgo(-xxx)?(Which is currently not working).
Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 04:20 AM
It's complicated & no answer is marked.
javascript:gs.hoursAgo(-1), I'm using this but no luck.
You think some thing wrong with this?
I just wish to reduce time from
javascript:gs.hoursAgo(-24)
to
javascript:gs.hoursAgo(-1) or javascript:gs.secondsAgo(-120).
Can you please advice.