Hi,
I'm trying to create an automation rule that sends an email when an SLA will breach in 10 minutes.
The point I am facing troubles is that I want the email to be sent only if {{now}} is a business day.
How can I achieve that?
You could try to increment {{now}} by one business day, and then decrement and see if it matches the date with an advanced condition before proceeding. Something like:
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy
works this also with a variable like:
{{variable.jiraDate}}
{{variable.toBusinessDay.toBusinessDayBackwards.jiraDate}}
It doesn't work for me
Kind regards,
Thies
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Created variables are text type, and so must be converted with .toDate before using the date/time functions with them.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.