I've created a Jira Automation to automatically set a due date.
If I want to follow this up with a mailing 3 days before the due date is reached, what features should I use to create the automation?
You will need a second automation.
I would recommend running a scheduled automation every day with a JQL that checks for due dates equal to "startOfDay(-3d) then use the send email component. Ill get some screenshots and share steps.
Hi @min
You can schedule a rule to run once a day, and check if there's any issues which are due within 3 days - and send the email if yes!
It will look something like this...
---
A few notes...
Let us know what you think!
Ste
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.
Hello @min
You can try below smart values for mailing 3 days before due date.
Action →THEN: Edit issue fields
Due Date
*Choose smart value {{now.PlusDays(3)}}
Hope it helps
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.