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

x/jira/src/version3/models/screenTypes.ts>ScreenTypes

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

The IDs of the screens for the screen types of the screen scheme.

Properties

optional
edit: number

The ID of the edit screen.

optional
create: number

The ID of the create screen.

optional
view: number

The ID of the view screen.

optional
default: number

The ID of the default screen. Required when creating a screen scheme.