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

x/jira/src/version3/models/updateScreenTypes.ts>UpdateScreenTypes

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

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

Properties

optional
edit: string

The ID of the edit screen. To remove the screen association, pass a null.

optional
create: string

The ID of the create screen. To remove the screen association, pass a null.

optional
view: string

The ID of the view screen. To remove the screen association, pass a null.

optional
default: string

The ID of the default screen. When specified, must include a screen ID as a default screen is required.