Versions Compared

Key

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

...

Code Block
runJobByCron("script.sil", {project, issueTypekey}, "0 0 12 * * ?");

The SIL script above will create a job that will run the script "script.sil" at 12pm (noon) every day.


In "script.sil" you can access the args using the next syntax:

Code Block
string issueKey = argv[1];

 

See Also:

Filter by label (Content by label)
cqllabel = "scheduler_routines"
labelsscheduler_routines

...