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

x/jira/src/version3/models/screenableField.ts>ScreenableField

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

A screen tab field.

Properties

optional
id: string

The ID of the screen tab field.

optional
name: string

The name of the screen tab field. Required on create and update. The maximum length is 255 characters.