<CONNECTOR_NAME>Status: Intent matrix; implementation follows Dashboard linking spec.
| Source board (file or slug) | Anchor (chart / table / KPI) | Target (author URL in markdown) | Key variable(s) in query | Notes |
|---|---|---|---|---|
faces/.../overview.yml |
ticket volume | /zendesk/tickets/list?status=open |
status |
list view convention |
| … | row click intent | /zendesk/tickets/detail?id={{ ticket_id }} |
id (or project’s chosen name) |
detail convention |
Author syntax (v1 target): root-relative from dashboard URL root—authors do not type faces/ in the common case. Resolver maps to on-disk / Cloud slug. Use recognizable paths such as …/list and …/detail instead of canonical YAML metadata.
[Open tickets](/zendesk/tickets/list?status=open)
[This ticket](/zendesk/tickets/detail?id={{ ticket_id }})
Until linking ships, document slug + variable names here only.