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

    Interface GetPrecomputationsByID

    Request to fetch precomputations by ID.

    interface GetPrecomputationsByID {
        orderBy?: string;
        precomputationIDs?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    orderBy?: string

    Order the results by a field:

    • functionKey Sorts by the functionKey.
    • used Sorts by the used timestamp.
    • created Sorts by the created timestamp.
    • updated Sorts by the updated timestamp.

    You can also use + or - prefixes to specify ascending or descending order (e.g., +functionKey, -used).

    precomputationIDs?: string[]