jira.js
    Preparing search index...

    Function getAllTabs

    • Returns a list of all tabs for the given screen.

      Parameters

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

          The key of the project; this parameter is optional

        • screenId: number

          Id of screen

      • Optionaloptions: RequestOptions

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