WHEN the Due Date changed, THEN check if the new Due Date is in 3 days from now, and if yes, send an email to the Assignee.
Thanks in advance!
a jql filter (e.g - assignee = currentuser() and due <= 3d and status != Done) can be saved and a group can be subscribed to it. benefits in two ways: less emails and less automations that count towards a monthly limit (if applicable).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look in this example:
https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/9918938
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.