interface RequestCreate {
    channel?: string;
    raiseOnBehalfOf?: string;
    requestFieldValues?: {};
    requestParticipants?: string[];
    requestTypeId?: string;
    serviceDeskId?: string;
}

Hierarchy (view full)

Properties

channel?: string

(Experimental) Shows extra information for the request channel.

raiseOnBehalfOf?: string

The accountId of the customer that the request is being raised on behalf of.

requestFieldValues?: {}

JSON map of Jira field IDs and their values representing the content of the request.

Type declaration

    requestParticipants?: string[]

    List of customers to participate in the request, as a list of accountId values.

    requestTypeId?: string

    ID of the request type for the request.

    serviceDeskId?: string

    ID of the service desk in which to create the request.