A raise a ticket web part for SharePoint

People need a simple way to ask for help from the intranet. Not a full service desk, just a short form that lands in a list and shows them what they raised. Here is a web part for it.

Raise a ticket web part with a help form and recent tickets on SharePoint
A short help form, plus the person’s recent tickets.

It writes to a SharePoint list. The summary is the Title, and there are Choice columns named Category and TicketStatus plus a note column named TicketDesc for the details. The Provision-IntranetLists.ps1 script creates the Tickets list. The categories in the dropdown are set in the property pane, comma separated.

Raise a Ticket property pane showing categories and the Tickets list
Set the categories and point it at the Tickets list.

The important thing to note is that My recent tickets is scoped to the person looking at it. Each user sees only their own tickets, read straight from the same list.

The Raise a Ticket web part is part of my open source SPFx Intranet Suite, a set of web parts for a modern SharePoint intranet. Install the package once and it shows up in the toolbox under Intranet Suite.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.