Using cron: 0 7 10 JAN,APR,JUL,OCT, *
results in error:
Checking the cron it is correct as this is the first month of every quarter::
Hello @Trena Norcia,
Thank you for reaching out to Atlassian Community!
Thanks for sharing the cron expression. It shows the same error on my test site and it’s because there are some details missing.
Using the below sites, the correct cron expression would be this one:
0 0 7 10 JAN,APR,JUL,OCT ? *
It’s very similar to the one you created, but there is an extra “0” and a “?”.
Please, take your time to test and let us know how it goes.
Kind regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.