Info | ||
---|---|---|
| ||
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
Excerpttable-plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Returns the list of scheduled jobs keys. |
Returns the list of scheduled jobs keys.
Return
...
Type
stringString []
Returns the list of the scheduled job keys.
...
Code Block |
---|
runnerLog("The job keys are : " + getScheduledJobKeys());
|
The example above returns the list of all scheduled job keys created.
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|