If you're looking to streamline the process of submitting a new ticket, you can pre-fill certain form fields using query string parameters in the URL. This can save time and ensure that important information is included right from the start.
You can pass specific URL parameters to automatically populate the following fields:
-1: Low0: Normal1: High2: CriticalTo pre-fill a new ticket, you would format your URL as shown below:
[helpdesk-root-url]/Tickets/New?categoryId=1&subject=test&body=hello,%20world!&priority=0
[helpdesk-root-url] with the actual root URL of your helpdesk system.categoryId, subject, body, and priority according to your needs to ensure they accurately reflect the ticket you want to create.