Recurring tickets are automatically created on a schedule. Use {{date}}, {{month}}, {{year}} in title templates.
| Title Template | Schedule | Category | Assigned To | Next Run | Status | Actions |
|---|---|---|---|---|---|---|
| No recurring tickets configured. Create schedules to auto-generate tickets. | ||||||
| = htmlspecialchars($rt['title_template']) ?> | = htmlspecialchars($schedule) ?> | = htmlspecialchars($rt['category']) ?> | = htmlspecialchars($rt['assigned_name'] ?? $rt['assigned_username'] ?? 'Unassigned') ?> | = date('M d, Y H:i', strtotime($rt['next_run_at'])) ?> | = $rt['is_active'] ? 'Active' : 'Inactive' ?> |
|