@Mikael Sandberg Thank you for the link. I'm going to give that a shot but am curious if I should use HH for format since the UTC time period will be between 12-15 UTC? I also don't have a 'matches' condition available so I had been attempting greater than/less than to do this. Would 'Equals' (12|13|14) bet the best option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mikael Sandberg update: After some tinkering I got it working. I ended up using your {{issue.created.format("H")}} smart value suggestion but had it exactly match or not match a regular expression. The expression I used was ^(12|13|14)$
Thanks for the point in the right direction!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.