Interface JqlFunctionPrecomputationUpdateErrorResponse

Error response returned updating JQL Function precomputations fails.

interface JqlFunctionPrecomputationUpdateErrorResponse {
    errorMessages?: string[];
    notFoundPrecomputationIDs?: string[];
}

Properties

errorMessages?: string[]

The list of error messages produced by this operation.

notFoundPrecomputationIDs?: string[]

List of precomputations that were not found.