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

    Interface GetAllScreenTabFields

    interface GetAllScreenTabFields {
        projectKey?: string;
        screenId: number;
        tabId: number;
    }
    Index

    Properties

    projectKey?: string

    The key of the project.

    screenId: number

    The ID of the screen.

    tabId: number

    The ID of the screen tab.