You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.