Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/fieldConfiguration.ts>FieldConfiguration

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

Details of a field configuration.

Properties

description: string

The description of the field configuration.

id: number

The ID of the field configuration.

optional
isDefault: boolean

Whether the field configuration is the default.

name: string

The name of the field configuration.