jira.js
    Preparing search index...

    Function addScreenTabField

    • Adds a field to a screen tab.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: {
            fieldId: string;
            screenId: number;
            skipFieldAssociation?: boolean;
            tabId: number;
        }
        • fieldId: string

          The ID of the field to add.

        • screenId: number

          The ID of the screen.

        • OptionalskipFieldAssociation?: boolean
        • tabId: number

          The ID of the screen tab.

      • Optionaloptions: RequestOptions

      Returns Promise<{ id?: string; name?: string; [key: string]: unknown }>