Availability
This routine is available starting with Power Scripts for Jira 3.0.8.
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 will return the list of all scheduled job keys created.
See also