Versions Compared

Key

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

...

Info
titleAvailability

This routine is available since starting with Power Scripts for JIRA (formerly known as JJUPIN) 3Jira 3.0.8.

Syntax

...

runJobAt(silFile, args, date)

...

Excerpt
Runs a job at the specified date.

Parameters

...

Parameter name

Type

Required

Description

silFile

string

Yes

The sil file name.

args

array string

Yes

The list of the arguments of the job.
date

date

Yes

The date-time you wish the job to run. Must be in the future

Return type

...

none

The returned value has no meaning.

Example

...

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

...

Code Block
string issueKey = argv[1];

 

See

...

also

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

...