I’m developing a static add-on that will update some entity properties and send an email at a scheduled date and time. Is there an Atlassian Connect API or service that provides this functionality or do I need to implement it in a web application hosted outside the Atlassian cloud?
Thanks!
John
Atlassian Cloud does not have a scheduled tasks service at this point in time. I don’t know if there are any plans to introduce one in the future.
For my own add-on, My Reminders, I use the Easy Cron service to provide scheduled tasks.
Thanks for the suggestion about Easy Cron Robert. I’ll take a look at that.