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.
Can anyone help me with a Cron expression to use in Automation for jira for running a automation just in Workdays?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I don't think the resource https://crontab.guru/every-weekday accurately describes CRON for Jira. According to the website, allowed values for days of week are 0-6. For Jira, the allowed range is 1-7 (0 is not allowed).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The crontab.guru output didn't work for me in the automations, but there's a cron example on Jira's own support page: https://support.atlassian.com/jira-software-cloud/docs/construct-cron-expressions-for-a-filter-subscription/
They show the following for every weekday at 8:15am
0 15 8 ? * MON-FRI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.