interface CustomerRequest {
    Expands?: string[];
    Links?: CustomerRequestLink;
    actions?: CustomerRequestActions;
    attachments?: PagedAttachment;
    comments?: PagedComment;
    createdDate?: Date;
    currentStatus?: CustomerRequestStatus;
    issueId?: string;
    issueKey?: string;
    participants?: PagedUser;
    reporter?: ServiceDesk.ServiceDeskModels.User;
    requestFieldValues?: CustomerRequestFieldValue[];
    requestType?: ServiceDesk.ServiceDeskModels.RequestType;
    requestTypeId?: string;
    serviceDesk?: ServiceDesk.ServiceDeskModels.ServiceDesk;
    serviceDeskId?: string;
    sla?: PagedSlaInformation;
    status?: PagedCustomerRequestStatus;
}

Properties

Expands?: string[]

List of items that can be expanded in the response by specifying the expand query parameter.

attachments?: PagedAttachment
comments?: PagedComment
createdDate?: Date
currentStatus?: CustomerRequestStatus
issueId?: string

ID of the request, as the peer issue ID.

issueKey?: string

Key of the request, as the peer issue key.

participants?: PagedUser
requestFieldValues?: CustomerRequestFieldValue[]

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

requestTypeId?: string

ID of the request type for the request.

serviceDeskId?: string

ID of the service desk the request belongs to.