Configure a schedule
Save dashboard schedule preferences and understand the difference between preferences and a durable scheduler.
Use Settings → Schedule to store schedule preferences for the current organization.
Required permission: schedule:manage. Administrators, Managers, and Scrum Masters receive it by default.
Save schedule settings#
- Open Settings, expand it, and select Schedule.
- Turn on Enable Scheduled Sync.
- Select a Frequency.
- Select the cycles to include.
- Choose the board scope.
- Review the displayed next-run estimate.
- Select Save Settings.
Expected result: the page reports Schedule settings saved successfully.
Important runtime limitation#
The API stores schedule settings, but a durable scheduler still needs to invoke the automation. The repository’s authoritative hosted scheduler is GitHub Actions. The API’s in-process ticker is intentionally skipped on Vercel because serverless instances are not reliable long-running schedulers.
Saving this screen does not prove that a production schedule is firing. An operator must verify the external scheduler, its environment, and a recent successful run.
Verify a schedule#
- Confirm the external scheduler is enabled.
- Check the configured timezone and cron expression at the scheduler.
- Wait for a scheduled execution or use an authorized manual dispatch.
- Verify the terminal workflow result.
- Confirm the resulting run or audit record appears where expected.
For self-hosted options, see Deployment and self-hosting.