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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.