Versions Compared

Key

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

...

Code Block
date varDate = "2015-08-20T18:30:55";
runJobAt("script.sil", {project, issueTypekey}, varDate);

The example above will create a job that will run the sil script at the date specified.


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

...