I have a custom filed (time stamp).
On changing the assignee, I need to set the time to next business day 14:00.
The assignee can be changed any time (24x7).
I found this post and with a bit of trial and error, I made it work using the following.
{{now.convertToTimeZone(issue.reporter.timeZone).plusBusinessDays(1).withHour(14).withMinute(0)}}
Thank you all
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.