The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Change request ATF issue.

Naveen87
Tera Guru

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.

Naveen87_0-1681718387188.png

Naveen87_1-1681718491339.png

 

 

5 REPLIES 5

@Ankur Bawiskar ,

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.