Interface JqlFunctionPrecomputationGetByIdRequest

Request to fetch precomputations by ID.

interface JqlFunctionPrecomputationGetByIdRequest {
    precomputationIDs?: string[];
}

Properties

precomputationIDs?: string[]