A Slack message is sent every morning at 10:00 AM when there is an action detected in the <Due Today> filter.
I'd like to set up an automation rule that doesn't send a Slack message if no activity is detected by the <due today> filter.
For now, even if there is no action in the <Due Today> filter, the message continues to be sent.
How can I solve this problem?
Hi @이소원,
Add Advanced compare condition to the rule to check if the filter contains any issues:
{{issues.size}} greater than 0
If there're no issues at the moment the rule runs, your message won't be sent to Slack.
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.