Jira.js - Jira Cloud API library
    Preparing search index...

    Interface UpdateScreen

    Details of a screen.

    interface UpdateScreen {
        description?: string;
        name?: string;
        screenId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    The description of the screen. The maximum length is 255 characters.

    name?: string

    The name of the screen. The name must be unique. The maximum length is 255 characters.

    screenId: number

    The ID of the screen.