I want to receive an email every morning using automation.
Here are the issues JQL that i want :
Project=A and issuetype=task and "Start Date(WBSGantt)" = now()
Could you please guide me on how to structure the automation logic?
When I tried, instead of sending a list of issues in one email, each issue triggered multiple emails.
i don't know how to express issues list by smart value..
Hi @혠니혠니 - Welcome to the Atlassian Community!
you can solve this a couple of ways. One is to create a filter with what you have, and then create a subscription that will email you the list of issues each day that would be the simplest way.
The other way, would be to do an automation rule like you were suggesting. But you would need to use the look up issues functionality to put all of the issues in a single email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.