Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira hosting: Cloud, Server, Data Center

As a creator of Schedule Issue, while creation, on the 3rd step, you can choose “Advanced” mode for setting cron expression of trigger type.

...

Problem

Cron Expression

Source if available

“every month on day 5th, 15th and 20th”

0 0 0 5,15,20 * ? *

https://community.atlassian.com/t5/Jira-Software-questions/corn-expression/qaq-p/1490086#M99690

“fires at 2:25 on every Monday to Friday”

0 25 2 ? * MON,TUE,WED,THU,FRI *

“once a month, on the last Thursday of the month at 14:00”

0 0 14 ? * 5L *

“around 6th day of the month on a business day Monday-Friday, sometimes it will be Friday (5) and sometimes even Monday (7)”

0 34 12 6W * ? *

...

If you not sure that set cron expression is correct and supported, you can check which icon is appeared next to Cron Expression field:

...