jira.js
    Preparing search index...

    Function getAllScreenTabs

    • Returns the list of tabs for a screen.

      Permissions required:

      • Administer Jira global permission.
      • Administer projects project permission when the project key is specified, providing that the screen is associated with the project through a Screen Scheme and Issue Type Screen Scheme.

      Parameters

      • client: Client
      • parameters: { projectKey?: string; screenId: number }
        • OptionalprojectKey?: string

          The key of the project.

        • screenId: number

          The ID of the screen.

      • Optionaloptions: RequestOptions

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