Hi,
I made 2 automation rules based on Business days, but I can't find why this one don't return results
I would like to be slacked when the DueDate is less than 3 business days. I have a task with 2020/06/15 as due date.
DueDate >= {{now.plusBusinessDays(3).jiraDate}} AND status != Done AND sprint in openSprints()
If someone can help me, I do test since 2 hours and can't find why it alway indicate "NO ACTIONS PERFORMED " :(
I also try like in my other rule with " " but same result.
here my other rule "Updated" < "{{now.minusBusinessDays(7).jiraDate}}"
Thanks for your help.
Hi @Sébastien Almiron ,
If you want it to execute when the Due Date is less than 3 business days, then try by changing the operator from >= to <=
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.