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

    Interface JqlFunctionPrecomputation

    Jql function precomputation.

    interface JqlFunctionPrecomputation {
        arguments?: string[];
        created?: string;
        field?: string;
        functionKey?: string;
        functionName?: string;
        id?: string;
        operator?: string;
        updated?: string;
        used?: string;
        value?: string;
    }
    Index

    Properties

    arguments?: string[]
    created?: string
    field?: string
    functionKey?: string
    functionName?: string
    id?: string
    operator?: string
    updated?: string
    used?: string
    value?: string