Hello,
I am trying to create a JIRA issue every month on day 5th , 15th and 20th on the scheduler. However it says " Incorrect cron expression!".
If you use advanced cron expressions you can just list days on which it should fire, separated with commas: 0 0 0 5,15,20 * ? *
Example from our app The Scheduler for Jira Cloud
To generate advanced cron expressions you can use tools available online like this cron generator: Cron expression generator
Cheers,
Łukasz
Hi Vinod - Welcome to the Atlassian Community!
Can you share a screenshot of the cron you have already?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think you will be able to do all of those dates with a single cron expression. You will need a separate rule for each of the 5th, 15th and 20th.
0 0 0 5 * ?
0 0 0 15 * ?
0 0 0 20 * ?
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.