Hi community,
I am looking to create an Automation for JIRA where a rule will capture this scenario:
If time of day is before 2PMCentral, assign to user 1
If time of day is after 2PMCentral, assign to user 2
I've fully built the automation but am not sure on the smart values needed to make this work. For example, this doesn't seem to produce a good result:
{{now.isAfter({{now.withHour(14).withMinute(0)}})}}
Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.