Versions Compared

Key

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

...

This option allows you to provide your own Quartz Cron Expression. It can be usefull useful when you need to set specific exceptions in your planning Schedule Issue, e.g weekends need to be off for regular created task.

...

Examples of using cron

...

expressions.

Example 1 - an expression to create a trigger that simply fires every hour

...

Note

The Scheduler doesn’t support triggers executed more frequently then an hour.

...

Examples from Atlassian Community

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

...

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

...