The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation based on a date/time field

Damian Clark
April 27, 2022

Hello 

 

Is it possible to trigger an alert, based on a custom date/time field to alert someone that an activity is due to start, for an example, 30 minutes, before the date/time field?

 

example:

Cutover start time = 27/4/22 10:00am

 

Can an alert trigger a message to say this activity is due to start in 30 mins?

 

Thanks

Damian

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 27, 2022

Not exactly but you can run a scheduled rule and inspect the date field and notify the assignee.

trigger - scheduled hourly

condition - date field <= now(+1h) for example (I may have syntax wrong here. Check automation docs)

action - email assignee