Evidence Summary
- Workflow run
ticket-notes-20260519T132254Z- Ticket id
179- Note id
50- Final state
- Note deleted; ticket marked as trash.
Add a Note
- Open a ticket detail page from Tickets.
- Open the Note tab.
- Write the note in the rich text editor.
- Click Add.
The verified request used tickets / noteTicket with department=2, ticketID=179, and HTML note_content. The response returned {"succeeded":true,"message":{"data":50}}.
Edit a Note
- Use the note card Edit action.
- OfficeGest loads the note into the Notes modal.
- Edit the rich text body.
- Click Add in the modal to save the edit.
The verified edit first called tickets / load_tik_note with id=50; the response returned the note body, poster Demo, and registration timestamps. The save request used tickets / update_tik_note with serialized form id=50 and edited HTML body. The response returned {"success":true,"affected_rows":1}, and the detail page reloaded with the edited note text.
Delete a Note
- Use the note card Delete action.
- Confirm the delete dialog.
- Reload or observe the note card disappearing from the detail timeline.
The verified delete used tickets / delete_tik_note with id=50. The response returned {"success":true,"affected_rows":1}. The final detail reload no longer contained the edited note marker.
Artifacts
raw/playwright/workflows/ticket-notes-20260519T132254Z.jsonassets/screenshots/ticket-notes-20260519T132254Z-01-detail-after-create.pngassets/screenshots/ticket-notes-20260519T132254Z-02-detail-after-note-add.pngassets/screenshots/ticket-notes-20260519T132254Z-03-detail-after-note-edit.pngassets/screenshots/ticket-notes-20260519T132254Z-04-detail-after-note-delete.pngassets/screenshots/ticket-notes-20260519T132254Z-05-detail-after-trash.png