Hi, I am trying to create an automation that sends 3-strike rule follow-ups to the customer. The automation should only count during weekdays from the last update (Mon-Fri). Also, we are using cron to run the automation :
0 * * ? * MON-FRI

JQL : project = "PSS" AND status = "In Progress" AND (labels is EMPTY OR NOT (labels = "reset_3strike" OR labels = "hold_3strike")) AND not status changed after -3d
The first automation try excluded the weekend but did not apply the 1st strike comment and only added the 2nd and 3rd strike on the same date and time which should be applied on separate days do you also know how we can avoid this kind of scenario?
