Skip to end of banner
Go to start of banner

getScheduledJobKeys

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

 

  • No labels