Versions Compared

Key

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

Cron Expression format

Tip

The plugin respect your browser time zone. All issues will be created according to local time zone of the user who created a task. That will be fixed in

Jira Legacy
serverJIRA
serverId19229206-b671-3024-bb7c-62b048a2fec2
keyRT-7

...

  • "Months" field accepts aliases: JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC
  • "Day of Week" field accepts aliases: SUN, MON, TUE, WED, THU, FRI, SAT
  • '*' wildcard can be used as a field value.


Examples

Info
titleExamples to run task
  1. Every Friday at 18:00 type: '0 18 * * 5'
  2. From Monday to Friday at 18:00 type: '0 18 * * MON-FRI'
  3. On Tuesday and Thursday at 18:00 type: '0 18 * * TUE,THU'
  4. Every first day of month at 18:00 type: '0 18 1 * *'


Details and support

The plugin uses local time zone taken from a WWW browser.

...