Can anyone help me with a Cron expression to use in Automation for jira for running a automation just in Workdays?
Thank you a lot!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.