getScheduledJobKeys

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Availability

This routine is available starting with Power Scripts for Jira 3.0.8.

This routine is available for Jira server and cloud deployment options.

Syntax

getScheduledJobKeys()

Description

Returns the list of scheduled jobs keys.

 

Return type

string[]

Returns the list of the scheduled job keys.

Example

runnerLog("The job keys are : " + getScheduledJobKeys());

The example above returns the list of all scheduled job keys created.

 

See also