Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/functionReferenceData.ts>FunctionReferenceData

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface FunctionReferenceData
import { type FunctionReferenceData } from "https://deno.land/x/jira@v3.0.2/src/version3/models/functionReferenceData.ts";

Details of functions that can be used in advanced searches.

Properties

optional
value: string

The function identifier.

optional
displayName: string

The display name of the function.

optional
isList: string

Whether the function can take a list of arguments.

optional
types: string[]

The data types returned by the function.