So I would like to create rule that sends an email to assignees a day before the due date.
Anyone to share the steps to do this please?
Thank you :)
Hi @Mizba Popat
You can create Automation rule (Project Settings -> Automation -> Rules -> Create rule)
As Trigger use Scheduled every 1 day and Run a JQL search and execute actions for each issue in the query: due<1d AND resolution IS EMPTY
As Action use Send email to Assignee and provide desire Subject and E-mail content.
Regards,
Piotr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I made a mistake - it should be due<1d (not due<-1d).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Piotr Zadrożny _Eyzee_ I tested and I did not receive an email for an issue with the due date of 25th November. I scheduled the email for 12:30pm and I was supposed to receive it today.
Not sure what I could've gotten wrong :(
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.