Default"; } $sla_id = $assignments[$client_id][$priority]; if ($sla_id == 0) { return "None"; } if (isset($active_slas[$sla_id])) { return escapeHtml($active_slas[$sla_id]); } return "None (archived)"; } ?>
SLAs are optional. Tickets only get response/resolution targets when an assignment below matches their client and priority - with nothing assigned, nothing changes.
| Name | Description | Response | Resolution | Status | Action |
|---|---|---|---|---|---|
| = $sla_name ?> | = $sla_description ?> | = $sla_response_minutes ?> min | = $sla_resolution_minutes ? "$sla_resolution_minutes min" : "-" ?> |
Archived
Active
|
|
| Client | Low | Medium | High | Action |
|---|---|---|---|---|
| No client overrides - everyone follows the defaults above. | ||||
| = escapeHtml($override_client_name) ?> | = slaAssignmentWording($assignments, $active_slas, $override_client_id, 'Low') ?> | = slaAssignmentWording($assignments, $active_slas, $override_client_id, 'Medium') ?> | = slaAssignmentWording($assignments, $active_slas, $override_client_id, 'High') ?> |
|