Recurring Tasks
Tasks that repeat on a schedule — daily, weekdays, weekly, monthly, or any custom cadence via RRULE.
Recurring tasks auto-generate on a schedule you define. Use them for anything that repeats — weekly status updates, monthly invoicing reviews, daily standups, quarterly retros.
Screenshot needed — add an annotated image showing this UI
Making a Task Recurring
- Open or create a task
- Click the Repeat toggle in the right-hand details panel
- Pick a schedule:
| Preset | Schedule |
|---|---|
| Daily | Every day |
| Weekdays | Monday – Friday |
| Weekly | Same day each week |
| Monthly | Same day each month |
| Custom | Any RRULE pattern (e.g. "every other Tuesday") |
- Optionally set an end date — after which the task stops repeating
- Save
What Gets Copied
Each time the recurrence fires, Workestra creates a new task that inherits from the original:
- Title
- Description
- Assignee
- Priority
- Labels
- Cycle (if the cycle is still active)
- Estimate
- Custom field values
Comments, attachments, and time logs are not copied — each recurrence is a fresh task.
Custom Schedules (RRULE)
The "Custom" option uses the iCalendar RRULE standard. Examples:
- Every other Monday:
FREQ=WEEKLY;INTERVAL=2;BYDAY=MO - First Friday of each month:
FREQ=MONTHLY;BYDAY=1FR - Every weekday except Wednesday:
FREQ=WEEKLY;BYDAY=MO,TU,TH,FR
If you're not comfortable writing RRULE by hand, the preset picker covers most cases.
Managing Recurrence
From a recurring task, you can:
- Edit schedule — change cadence or end date (applies to future instances only)
- Skip next — skip a single upcoming instance
- Stop recurrence — no more instances will be created; already-generated tasks are untouched
- Detach — convert a generated instance into a one-off task so edits to it don't affect the schedule
Where Recurring Tasks Show Up
Each generated instance behaves exactly like a regular task — it appears in the list, board, cycle (if applicable), assignee's "Today," and so on. A small repeat icon on the task card indicates it came from a recurrence.
Next Steps
- Tasks — everything else a task can do
- Automations — alternative for event-driven (not schedule-driven) actions
- Cycles — recurring tasks can auto-assign to active cycles