Hi team,
In between two status we had one transition with a validator with below mentioned built using script runner on On-premise environment.
def devcomplDate = cfValues['Development Completion Date'] def currentDate = new Date().minus(1) devcomplDate > currentDate
Now, I want to replicate the same script in Cloud environment. can some one help me in building/ replicating the same script in cloud environment.
Thanks
saikiran