Scheduling Functions
Scheduling Functions
Scheduler is a core functionality of Jira, and allows you to schedule repetitive jobs either at a regular interval (for example 5 minutes) or based on some CRON expression. This is a powerful functionality, and SIL™ makes it even more powerful. Our scheduler support adds functions to schedule jobs at interval or based on cron, and also allows you to create 'at' jobs (for instance jobs that run at a specified time).
Function Summary
- getScheduledJobKeys — Returns the list of scheduled jobs keys.
- getScheduledJobKeysByScript — Returns the list of scheduled jobs keys by the path of the script they use and the optional parameter args.
- runJobAt — Runs a job at the specified date.
- runJobByCron — Runs the job according to the specified cron schedule.
- runJobIn — Runs a job in a specified interval.
- runJobInAndRepeat — Runs a job every specified interval.
- unscheduleJob — Un-schedules a job.
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.