Good afternoon! So I am currently working on an automation rule to update all open issues in Jira. However, I want this rule to omit all issues that were opened between 4pm-5pm during the previous business day.
I can kind of wrap my head around the logic of this, but Friday-Monday is the tricky part. I need a way to get the following pseudocode logic in the rule:
If today = Monday, then omit all issues opened 3 days ago between 4-5pm.
Otherwise: Omit all issues opened 1 day ago between 4-5pm.
HI @Tyler Giles
You can look at using date time smart values in automation, especially the BusinessDay options
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.