Versions Compared

Key

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

...

Code Block
string[] args = {issueTypekey, project}; //assume we're in the context of an issue
interval varInterval = "30m";
runJobIn("script.sil", args, varInterval);

The example above will create a job that will run the script "script.sil" after 30 minutes. (the script will run only once)


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

Code Block
string issueKey = argv[0];


See Also:

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

...