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)Jira 3.0.8 .

Syntax

...

getScheduledJobKeys()

Description

...

Excerpt
Returns the list of scheduled jobs keys.

 

Return type

...

string[]

Returns the list of the scheduled job keys .

Example

...

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

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

 

See

...

also

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

...