Interface JqlFunctionPrecomputationUpdateResponse

Result of updating JQL Function precomputations.

interface JqlFunctionPrecomputationUpdateResponse {
    notFoundPrecomputationIDs?: string[];
}

Properties

notFoundPrecomputationIDs?: string[]

List of precomputations that were not found and skipped. Only returned if the request passed skipNotFoundPrecomputations=true.