What’s in a ticket record
| Field | Source |
|---|---|
| Title, body, priority | ITSM record |
| Comments + attachments | ITSM record, parsed by the tenant’s multimodal model |
| Assignment group, environment | ITSM record — used as routing filters |
| Requester / caller | ITSM record |
| Status mirror | Updated as the job progresses |
Ticket → job → task
Visibility back to the ITSM
The gateway posts back at meaningful boundaries — never the full play-by-play:- A public comment with the final outcome (success / partial / no-action explanation)
- Internal notes for intermediate plans, per-task progress, and failure details — visible to operators in the ITSM, not to the requester
Tags that change behavior
A few keywords in the ticket body or a comment change how the agent runs:| Tag | Effect |
|---|---|
@2501:investigate | Force read-only mode for this ticket. Aliases: @2501:investigation |
@2501:remediate | Force remediate mode. Aliases: @2501:remediation |
@2501 <message> | Once a job exists, restarts (in progress) or reopens (completed/failed) it with new instructions |
@2501 unlink-ticket | Detach a dedup-linked ticket so it gets its own job |

