The default Priority and Status fields are “Required when submitting the form” by agents. If I go into the Service Portal to create a ticket, it does not ask me for the Priority or Status fields.
However, when I go to create a ticket through the API, I cannot create it without the Priority or Status fields, even if, I am submitting it as a requester, who would otherwise not see the field in the Service Portal.
Am I using the wrong endpoint? I am using making a POST to /api/v2/tickets. Of course, if I pass in the Priority/Status field, it works, but I am trying to understand why it is required for a non-agent requester through the API, but not the Service Portal.
Any help is appreciated, thanks!