Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Need to Set a Reminder Based on Date Selected on Form

stansbury
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 28, 2024

Hello there! We have an email request form that has a field "Request Reminder Email".

What I need to do is set up an automation so that if a date is entered into this field on the form, we can notify someone internally "x" days prior to the reminder date occurring.

Any help with this would be much appreciated!!

1 answer

1 vote
Manoj Gangwar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 28, 2024

Hi @stansbury Welcome to the community! 

You can create an automation like below. 

1. Choose a Trigger:

Select the Scheduled trigger.

Set it to run daily (or at your preferred interval).

2. Add a Condition:

Choose JQL Condition or Field value changed to filter issues with a date in the "Request Reminder Email" field.

For JQL, you might use something like:

"Request Reminder Email" >= startOfDay() AND "Request Reminder Email" <= startOfDay("+x")

Replace x with the number of days before the reminder you want to trigger the notification.

3. Action: send email

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events