jira.js
    Preparing search index...

    Function moveScreenTab

    • Moves a screen tab.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { pos: number; screenId: number; tabId: number }
        • pos: number

          The position of tab. The base index is 0.

        • screenId: number

          The ID of the screen.

        • tabId: number

          The ID of the screen tab.

      • Optionaloptions: RequestOptions

      Returns Promise<void>