I'm trying to set up an automation that, when as issue is set to "Pending, it emails me once per day for review.
I've figured out the simple:
When -> Issue is Transitioned to -> Pending
Then -> Send Email.
How can I set this up so it triggers once per day?
Hi @Isaac Williams-Matias and welcome to the community.
You would have to change the trigger to "Scheduled", once a day and add a condition in JQL format:
project = xy and status = Pending
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.