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

x/jira/src/version2/models/fieldConfigurationItem.ts>FieldConfigurationItem

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

A field within a field configuration.

Properties

optional
description: string

The description of the field within the field configuration.

id: string

The ID of the field within the field configuration.

optional
isHidden: boolean

Whether the field is hidden in the field configuration.

optional
isRequired: boolean

Whether the field is required in the field configuration.

optional
renderer: string

The renderer type for the field within the field configuration.