Skip to content

My Tickets

My Tickets is the customer-facing variant of Tickets List. It only shows tickets where the signed-in user is the requester, hides agent-only columns, and never exposes internal notes.

My Tickets list page from an external user's perspective

  • Route: /service-desk/my/tickets
  • Menu path: Service Desk → My Tickets (external audience only)
  • Primary audience: External account users. Internal users still see the list if they navigate directly, but the filter is identical to “tickets I am the requester of”.
  • Search and filter your tickets by status, priority, and overdue.
  • Open a ticket to read or reply via My Ticket Detail.
  • Open a new ticket via New Ticket/service-desk/my/tickets/new.

Differences from the internal Tickets List

Section titled “Differences from the internal Tickets List”
AspectInternal listMy Tickets
Visible columnsTicket #, Subject, Status, Priority, Requester, Assigned agent, Source, Created, UpdatedTicket #, Subject, Status, Priority, Created, Updated
Source filterYesNo
Assigned-agent filterYesNo
Internal notes in thread previewVisibleHidden
  • The list is hard-scoped to requester_user_id = current user. Tickets where the requester is a different account user are not visible even if the two users share an account.
  • External users can only create tickets through the external create form at /service-desk/my/tickets/new, which forces requesterType = account and source = portal.
  • Closed tickets remain visible indefinitely; there is no archive cutoff.