Hello,
i can't find information what is the time source for cron execution in automatation in Jira Cloud.
I have automation with cron expression 0 * 1-12 ? * 2-6 and it started at:
04/08/23 02:18:53 pm
04/08/23 02:19:03 pm
04/08/23 02:19:51 pm
but should start at every minut between 1am and 12am hour from Monday to Friday. Why it started at 2pm?
When I've changed cron expression to 0 * 14 ? * 2-6 it didn't start at 02pm at all.
So now i'm super confused what is time source for cron automation. Hour format should be 24H according to Atlassian's documentation.