Evidence Summary
- Workflow run
ticket-slas-crud-20260519T144235Z- Route
/tickets/apoio/slas- SLA id
5- Final state
- Disposable SLA deleted and absent from
DT_Select_tickets_slas.
Create or Edit
- Open Tickets, Support Files, then SLA.
- Click Add SLA to open the SLA modal.
- Fill required Name.
- Fill required minute limits for 1st response, Answer, and Resolution.
- Use Active to make the SLA available for topics and departments.
- Click Save.
Create and update both submit createUpdateTikSLA with the serialized SLA form. The verified create used sla_name=AI sla 144235, sla_period_1st_reply=5, sla_period_reply=10, sla_period_resolution=15, and sla_active=1. The endpoint returned {"success":true}, so the new id was derived from DT_Select_tickets_slas.
Edit loads a row with loadTikSLA. The verified update used sla_id=5, sla_name=AI sla edit 144235, and minute limits 6, 11, and 16, returning {"success":true}.
Delete
- Click the delete action on the SLA row.
- Confirm the prompt.
Delete calls deleteTikSLA with id=5. The response returned {"success":true}. A final DT_Select_tickets_slas call confirmed AI sla edit 144235 no longer existed.
Artifacts
raw/playwright/workflows/ticket-slas-crud-20260519T144235Z.jsonraw/playwright/workflows/ticket-slas-crud-20260519T144120Z-failed.jsonraw/playwright/workflows/ticket-slas-source-20260519T144100Z.txtassets/screenshots/ticket-slas-crud-20260519T144235Z-01-slas-list.pngassets/screenshots/ticket-slas-crud-20260519T144235Z-02-slas-after-delete.png