This is not really an Atlassian question, but hey.
Cron does not have a way to do "once a fortnight" that I know of.
15 22 * * 1
For example, would mean "10:15pm every Monday", but I can't think of a way to do "every other Monday"
May be worth playing with https://crontab.guru/#15_22_*_*_1 to experiment with the expressions to get closer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.