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

    Interface RenameScreenTab

    A screen tab.

    interface RenameScreenTab {
        id?: number;
        name: string;
        screenId: number;
        tabId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: number

    The ID of the screen tab.

    name: string

    The name of the screen tab. The maximum length is 255 characters.

    screenId: number

    The ID of the screen.

    tabId: number

    The ID of the screen tab.