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

...

runJobInAndRepeat(silFile, args, interval)

Description

...

Excerpt
Runs a job every specified interval.

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.
interval

int

Yes

The interval

Return type

...

none

The returned value has no meaning.

Example

...

Code Block
string[] args = {key, project};
interval varInterval = "30m";
runJobInAndRepeat("script.sil", args, varInterval);

...

Code Block
string issueKey = argv[0];

 

See

...

also

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

...