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

    Interface FunctionReferenceData

    Details of functions that can be used in advanced searches.

    interface FunctionReferenceData {
        displayName?: string;
        isList?: string;
        types?: string[];
        value?: string;
    }
    Index

    Properties

    displayName?: string

    The display name of the function.

    isList?: string

    Whether the function can take a list of arguments.

    types?: string[]

    The data types returned by the function.

    value?: string

    The function identifier.