Trying to use a CRON expression in automation for jira to run every 60 minutes (only M-F), but it is not accepting the cron I made from the below website
https://crontab.guru/examples.html
https://crontab.guru/#0_*_*_*_1-5
Based on my readings here: https://support.atlassian.com/jira-software-cloud/docs/construct-cron-expressions-for-a-filter-subscription/
I tried adjusting to the below, but none of these are being accepted
0 0 * * ? 2-6
0 0 * * * 2-6
0 0 * * ? Mon-Fri
Hi Jeffery,
I'm not super strong with CRON expressions, so check this before implementing. I think the following will work:
Cheers!
Thanks!
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.