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

    Interface AddScreenTabField

    interface AddScreenTabField {
        fieldId: string;
        screenId: number;
        tabId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fieldId: string

    The ID of the field to add.

    screenId: number

    The ID of the screen.

    tabId: number

    The ID of the screen tab.