UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

8 lines (7 loc) 249 B
/** A screen tab field. */ export interface ScreenableField { /** The ID of the screen tab field. */ id?: string; /** The name of the screen tab field. Required on create and update. The maximum length is 255 characters. */ name?: string; }