Hello Atlassian team!
I hope you are well,
I am taking my first steps in Jira automations and I had the following query:
Can I define actions to be executed at a specific time of a day of the week?
I have created the following rule, which I would like for example to be executed on Saturdays. Is it possible to define range of hours and dates?
Thank you very much!
JQL: updated >= startOfDay(8h) AND updated <= startOfDay(11h)
Hi @Alexandra O - yes, you can set rules to run at a certain time/day of the week by using a Scheduled Trigger:
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Scheduled
I was going to give you a Cron expression, but when I went to confirm it, I see there's a new interface that doesn't require you to learn the syntax, which is... great!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.