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

    Interface JqlFunctionPrecomputationGetByIdResponse

    Get precomputations by ID response.

    interface JqlFunctionPrecomputationGetByIdResponse {
        notFoundPrecomputationIDs?: string[];
        precomputations?: Version3Models.JqlFunctionPrecomputation[];
    }
    Index

    Properties

    notFoundPrecomputationIDs?: string[]

    List of precomputations that were not found.

    The list of precomputations.