Optionalchannel?: string(Experimental) Shows extra information for the request channel.
Optionalform?: { answers?: Record<string, any>; [key: string]: unknown }Optionalanswers?: Record<string, any>JSON mapping of form field answers containing form field IDs and corresponding values.
OptionalisAdfRequest?: boolean(Experimental) Whether to accept rich text fields in Atlassian Document Format (ADF).
OptionalraiseOnBehalfOf?: stringThe accountId of the customer that the request is being raised on behalf of.
OptionalrequestFieldValues?: Record<string, any>JSON map of Jira field IDs and their values representing the content of the request.
OptionalrequestParticipants?: string[]List of customers to participate in the request, as a list of accountId values.
OptionalrequestTypeId?: stringID of the request type for the request.
OptionalserviceDeskId?: stringID of the service desk in which to create the request.
Optionaloptions: RequestOptions
This method creates a customer request in a service desk.
The JSON request must include the service desk and customer request type, as well as any fields that are required for the request type. A list of the fields required by a customer request type can be obtained using servicedesk/{serviceDeskId}/requesttype/{requestTypeId}/field.
The fields required for a customer request type depend on the user's permissions:
raiseOnBehalfOfis not available to Users who have the customer permission only.requestParticipantsis not available to Users who have the customer permission only or if the feature is turned off for customers.requestFieldValuesis a map of Jira field IDs and their values. See Field input formats, for details of each field's JSON semantics and the values they can take.Permissions required: Permission to create requests in the specified service desk.