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

    Interface GetPrecomputations

    interface GetPrecomputations {
        filter?: string;
        functionKey?: string[];
        maxResults?: number;
        orderBy?: string;
        startAt?: number;
    }
    Index

    Properties

    filter?: string

    This property is no longer used.

    functionKey?: string[]

    The function key in format:

    Forge: ari:cloud:ecosystem::extension/[App ID]/[Environment ID]/static/[Function key from manifest] Connect: [App key]__[Module key]

    maxResults?: number

    The maximum number of items to return per page.

    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.
    startAt?: number

    The index of the first item to return in a page of results (page offset).