jira.js
    Preparing search index...

    Function renameScreenTab

    • Updates the name of a screen tab.

      Permissions required: Administer Jira global permission.

      Parameters

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

          The ID of the screen tab.

        • name: string

          The name of the screen tab. The maximum length is 255 characters.

        • screenId: number

          The ID of the screen.

        • tabId: number

          The ID of the screen tab.

      • Optionaloptions: RequestOptions

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