jira.js
    Preparing search index...

    Function removeScreenTabField

    • Removes a field from a screen tab.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { id: string; screenId: number; tabId: number }
        • id: string

          The ID of the field.

        • screenId: number

          The ID of the screen.

        • tabId: number

          The ID of the screen tab.

      • Optionaloptions: RequestOptions

      Returns Promise<void>