Jira.js - Jira Cloud API library
    Preparing search index...

    Interface CustomerRequest

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

    Properties

    attachments?: PagedAttachment
    comments?: PagedComment
    createdDate?: Date
    currentStatus?: CustomerRequestStatus
    Expands?: string[]

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

    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.