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

    Interface Screen

    A screen.

    interface Screen {
        description?: string;
        id?: number;
        name?: string;
        scope?: Version3Models.Scope;
    }
    Index

    Properties

    description?: string

    The description of the screen.

    id?: number

    The ID of the screen.

    name?: string

    The name of the screen.