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

    Interface RemoveScreenTabField

    interface RemoveScreenTabField {
        id: string;
        screenId: number;
        tabId: number;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the field.

    screenId: number

    The ID of the screen.

    tabId: number

    The ID of the screen tab.