Need to create an automation rule to trigger an email to Assignee for tickets with Due Date older than 7 days from current date. I can do that form manually triggered rule but hoping to get some help for system to send email in order to avoid any manual intervention.
I guess you can create a Schedule rule as follows:
The JQL should be more precise:
duedate != EMPTY AND duedate < -7d AND status not in (Done)
Then define the email notification as follows:
You can play with that to adjust it to your specific needs, I guess you get the idea.
I hope it helps,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.